Hello All Experts,
I have a form which contains two lookups and two options fields.
I need to hide and show the two options fields based on certain values which are present in the dropdown are selected.
I have used the sdk.rest retrieve method, but my trouble is that when i am using first dropdown value to fetch the record and the same value in the successcallback method i am utilizing and in that successcallback i am again trying to retrieve the value of the another lookup but my code do not work.
is there any possibility i can directly choose the lookup value rather than lookup id.
it will really be appreciable if anyone can help me in this.