How to do dynamic binding in Data resource > Edit condition in UI Builder

Damini khedekar
Tera Contributor

-I'm trying to bind the data in the condition to display the count of records related to current record in the overview tab . But it is unable to display the sysid in while binding as @context.props.sysId .

1 ACCEPTED SOLUTION

Akshay Gupta2
Kilo Sage

Hi @Damini khedekar 

 

I believe you have one parameter sysId, Since you are using @context.props.sysId. Please make sure there is always a value in this parameter.

 

For testing you could assing some test value to this parameter and since your data resource is invoked immediately. It will load the value for you.

 

Regards 

Akshay

 

Screenshot 2024-03-05 112137.png

Screenshot 2024-03-05 112146.png

View solution in original post

1 REPLY 1

Akshay Gupta2
Kilo Sage

Hi @Damini khedekar 

 

I believe you have one parameter sysId, Since you are using @context.props.sysId. Please make sure there is always a value in this parameter.

 

For testing you could assing some test value to this parameter and since your data resource is invoked immediately. It will load the value for you.

 

Regards 

Akshay

 

Screenshot 2024-03-05 112137.png

Screenshot 2024-03-05 112146.png