How to dotwalk in relatedlist of reference field

servicenow_devo
Tera Expert

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.

Thankyou
2 REPLIES 2

swathisarang98
Giga Sage
Giga Sage

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

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

Thankyou