if( 'recordType!{3a147a0e-d35e-4fa0-96f7-d91590fdf68d}NZP Maintenance.fields.{b3c7019a-c216-42e6-b725-b7c67abec412}requestType'="Medical", rule!NZP_DASH_MaintenanceSummaryView(maintenance: rv!record), rule!NZP_DASH_MaintenanceSummaryViewForPen(maintenance: rv!record) )
Discussion posts and replies are publicly visible
it is showing me this summary
yaahh exactly
Well, then, what is the actual value in that "requestType" field?
1]Medical for animal
2]Equipment for pen
You do not reference that field in the record to compare the value, but compare the name of the record field itself against that literal.
Change it to
ri!maintenance['recordType!{3a147a0e-d35e-4fa0-96f7-d91590fdf68d}NZP Maintenance.fields.{b3c7019a-c216-42e6-b725-b7c67abec412}requestType']
Find the documentation here: docs.appian.com/.../reference-records.html
it is not working
What is not working? More details please !!!
its my interfaces
these two interfaces i want to call this in one maintenance summary view but iam getting only one interface for different types
Not sure why you share this with me.
You explained that the actual issue is with the if() statement. Then I suggested changing that code, but there still seems to be a problem with that if().
Can you share the current state of that if()?