Hi Everyone,
I have a requirement which is like this.
So I have two fields on a particular screen and that fields are lookup fields so now I want to see filtered details in the second lookup based on the first lookup field value.
So I tried to do that and I created one grid which had all the proper mapping of the first lookup and second lookup value hierarchy and after that, I used ajax calling methodology to get data in an array based on the first lookup field value which is used as a filter for that grid but issue is I am not able to change/filter of second lookup result or I should say I don't know how to change/add new lookup values to the existing.
I would appreciate if someone helps.