submit dailog ok and cancel buttons not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2024 12:55 AM
I have a query when I hit on the dailog 'OK' do the processing CANCEL' do not process the buttons are not working I have written the below script in UI page
HTML:
Processing script:
when the code is out side of the functions its working for both 'OK' and 'CANCEL' buttons, How can I resolve this.
And also, which date on Dailog window field date value I need to set in resource plan end date field How can I get this this Value
attaching screen shots for your reference
Thanks
Harivas G
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2024 01:06 AM - edited 08-06-2024 01:07 AM
Hi @harivas
The functions need to be in the client script and return true or false.
When true is returned the processing script will run.
When false is returned then it will do nothing.
Client script:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2024 01:52 AM
Hello @Jake Sadler,
thanks for your reply.
when hit on cancel button no actions performed, but dailog box displaying how can we close that dailog box & How dailog field date value set into the resource plan records end_date field.