- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2024 06:49 PM
HI,
I need to remove the Freq Period field from a Change Request which is created from a Record Producer amd all the details from the RP is getting populated in Change Request. I am not finding the script used. How to get the Freq period removed from Change Request
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2024 12:51 AM
So it's a variable on the RP? Just remove the variable.
But from the looks of it, you have a script (somewhere) that also sets all of these fields into a worknote? Check on any (work)flows/BRs that copy all variables into the worknote, because it will probably be a hard coded value that is set, even without the variable on the form. This is not OOB, so you need to search where this is done. Check on the 'show workflow' related link, BRs that set the work notes field or attached flows.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2024 12:51 AM
So it's a variable on the RP? Just remove the variable.
But from the looks of it, you have a script (somewhere) that also sets all of these fields into a worknote? Check on any (work)flows/BRs that copy all variables into the worknote, because it will probably be a hard coded value that is set, even without the variable on the form. This is not OOB, so you need to search where this is done. Check on the 'show workflow' related link, BRs that set the work notes field or attached flows.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2024 09:48 PM
Hi Mark,
I tried to search in studio with the field name(Ctrl+shift+f) it showed me which script is doing that, it was a UI action embedded in HTML, I tried to remove the Freq Period tag, it got vanished.Thank you for your response!Apprecitae it!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2024 10:52 PM
Your welcome! Can you also mark it as solution, so people looking for something similar find it when the are searching withing the resolved questions?
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2024 03:06 PM
YES I did it!!