Omit Condition not Working
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2024 01:36 AM
Hi,
I want the edit button to be visible on the related list based on certain condition. However, even the info message is not working in edit. If I paste the same script in Omit new condition it works but looks like the control does not even reach the edit part. Any suggestions?
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2024 09:17 AM
Simplify your problem, test that out by putting just this in your script:
answer=false;
That should display the Edit button
***If Correct/Helpful please take time mark as Correct/Helpful. It is much appreciated.***
Regards
Paul
Regards
Paul
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2024 11:39 PM
Tried and did not work.