- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2024 02:41 AM
-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 .
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2024 09:53 PM - edited 03-04-2024 09:54 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2024 09:53 PM - edited 03-04-2024 09:54 PM
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