Question

In mobile, auto populate the second lookup field based on the selected value from first lookup field

Hi Community,

 

Suppose we have two lookup fields in WEB edit page, Opportunity and Account. Once user will select opportunity we can auto populate Account field through client side coding using esq then after getting the result we will set the value of Account. Now on Mobile how we achieve the same functionality? Any idea please?

Like 0

Like

1 comments

Hi Fulgen,

 

Have you tried the approach with a custom business rule on the mobile record page that will be triggered upon changing the column value? Something similar to the logic described here. And the data should be retrieved using, for example, the Terrasoft.store.BaseStore (as was discussed here).

 

Best regards,

Oscar

Show all comments