Expression evaluation error at funtion
Rule!DFXH_fetchSrRequestDetsbySrid
Could not find variable rf!dfxhSrid
Discussion posts and replies are publicly visible
Inside this rule (DFXH_fetchSrRequestDetsbySrid), somewhere, you have used rf!dfxhSrid. Any variable that starts with rf! was only supported by previous versions of the Record object.
What is the new version for this and how to use it?
You cannot use any rf!domain values inside an expression rule. Create rule inputs and use the ri! domain. Or local variables and the local!domain.
Thank you Stefan for this suggest.
After I changed from rf to ri the summary data is displaying in interface ,but when we checking the site ..it's showing error like....
Rule 'dfxh_summaryreport' has 1 parameter,but instead passed 0 parameters
Interfaces used in a site, cannot have any rule inputs. What is the purpose of it?
To display summaryview of the particular ID .when we click on ID .it should display the summary view of that particular record
This sounds like a record view. Do you use your interface as a page in a site or as a view in a record?
Using interface in site for summary view
You said you click some ID and want to show the details for that ID. Where is this ID coming from? When this is inside that interface, use a local variable instead of a rule input.