how to clear one field value at first time loading
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2016 07:12 AM
hi team ,
i have field assignee that field value should be empty at the first loading time
and if we are selecting this field value and if i save this value then this field should not be empty.
please help me how to do this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2016 05:20 AM
Hi Kamlesh,
You can try to search for something like:
assignment_group =
in the studio for all your scripts in that scope to see any assignments that might populate that field.
Cheers
Greg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2016 05:20 AM
So either your record producer script is populating the assignee field, or some other mechanism like an assignment rule is I play. In either case, remediation get this via client script is the wrong strategy.
Can you post the script from the record producer?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2016 05:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2016 07:13 AM
OOB, the assigned_to field is not populated by default. This makes me think that logic has been applied in your system to *specifically* populate it on first time load. You should try to solve your problem there, vs adding a second layer of logic to countermand the first.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2016 07:15 AM
Hi Kamlesh
I think there is no need for you to do anything things normally work the way you asked. But if you are getting a value then there might be some scripts doing it.
Thanks
Adi