December 17, 201312 yr Just tidying up some button scripts and this one has got me stumped! Scenario (iPad based); User taps 'Create New Invoice" button Custom dialogue asks to confirm, with Yes/No option If "No", then script halts, Else continues to Invoice layout and proceeds with New Record/Request steps etc. Just not sure how to get the script to halt if the user selects No in the custom dialogue box. Perhaps going about it the wrong way?
December 17, 201312 yr Author OK, a bit more hunting and I got it figured. Used the following; If [Get(LastMessageChoice) =2] Exit Script [ ] End If Then continue with script to create new invoice. Wow! There's hope for me yet…..actually starting to answer more of my own questions!
Create an account or sign in to comment