There is what appears to be a small "visual" issue when setting a notification in the attributes tab of a schedule
1.) Create a JSCH
2.) On the attributes tab, set a OK Status and place a CALL object on "if not, then execute"
3.) Save change
4.) When you reopen, the CALL object will list placeholder
This appears to happen in very large clients. In smaller clients, it works fine.
Release : 21.0.x, v24
This will happen when there are a lot of executable objects that could be put into the dropdown; over 5K objects. The initial REST call will get 5000 objects, ordered alphabetically, and put them as options in the dropdown. When you start typing in characters, another REST call will be put in that filters down based on those characters. Once an object is selected and the JSCH saved, when going back into the JSCH, if the object originally chosen in the dropdown falls outside the first 5000 executable objects alphabetically, then the dropdown will show the chosen object as a Placholder as described above.
This will not have any impact on the running of the JSCH or any executable it might call from the dropdown. It is a visual issue only.
This is currently considered behavior as designed.