Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BTE SAMPLE_INTERFACE_00001030

Former Member
0 Likes
871

Hi guys: I am using this BTE to validate certain things before a user posts an FI document. It working fine however i have coded messages in the code. For example, user is only allowed to park a document and not allowed to post. If user clicks on the post icon rather than the park, a message is created "Not allowed to post document". However, this dialog box doesnt give the user to choice to back out and park the document instead the dialog box comes up with an "Exit" button that when clicked on, exits the whole screen and all the data entered is lost. How do i fix this? I should allow the user to fix the error by clicking on something else rather than exiting the entire screen......

please help...is there something in the code that i can modify that will help?

thanks very much

Brian

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
587

Instead of using BTE why dont you use a validation, and create a routine, perform your checks there.

Regards,

Khusro Habib

1 REPLY 1
Read only

Former Member
0 Likes
588

Instead of using BTE why dont you use a validation, and create a routine, perform your checks there.

Regards,

Khusro Habib