- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2024 03:31 AM
in catalog having location filed based on the value in location it will Crete sctask and assign to different different types of groups so written code in assignment group filde. Can one provide solution
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2024 03:38 AM
@Gillerla Rajesh What type of field is location? Is it a reference to cmn_location? or it is a text field?
If location is a reference then you should compare the string with the name field.
if(fd_data.trigger.request_item.variables.location.name=='Hyderabad')
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2024 01:54 PM
If location value is get form sunflow means then also same way or any approach is there.