Why is my Scheduled button not showing up? Cannot find the feature to add
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-26-2022 11:34 AM
I created a new Change model that mimic the Standard change but for some reason the Scheduled button is not showing at the top on the new model i have to use the state drop down to schedule. functionally it matches the original but i would like to have that button appear like it does for the orginal.
ORIGINAL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-26-2022 11:52 AM
Hello
Kindly check on ui action what condition is wrotten on it and is it matching with your record
Please mark answer correct/helpful based on impact
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-26-2022 02:15 PM
only real condition i see is ChangeFormUI(current).isScheduleAvailable()
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-27-2022 12:36 AM
Hello On the script include we have the below condition please check of you modal satisfies this:-
Also on the Ui action check if there are any exclusion in the UI action visibilty
Also on the Modal states kindly check if the state value matches correctly:-
Please mark answer correct/helpful based on Impact
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-22-2022 01:28 PM
Having a similar problem and fairly new to SN. Could you tell me where I can find the IsScheduleAvailable() function? I've searched everywhere I could think of.
Thanks!