How to dotwalk in relatedlist of reference field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2024 09:19 AM
I have a form with product release data. But need to restrict a variable based on one of a variable in release form.
Eg : x variable in release form has y related list and s is its field. T variable in release form needs to be displayed based on x.y.s (variable in form.variable in related list.its variable. Only X is available in form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2024 09:46 AM
Hi @servicenow_devo ,
The requirement is not clear could you explain a bit more may be with some screen shots?
Please mark this comment as Correct Answer/Helpful if it helped you.
Regards,
Swathi Sarang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2024 10:32 AM
Hi @swathisarang98 ,
So I have user table date field. It should be visible only when users company has product with brand name. So this product is related list in company table and brand is field of product. So I need to check the value inside record in related list of company. Where user has direct connection with company only.
Thanks