Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
3 replies
Subscribers
9 subscribers
Views
1675 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Data and Records
Hi, Have created a Service Based Record. In the record source express
vikrantb
Certified Senior Developer
over 9 years ago
Hi,
Have created a Service Based Record. In the record source expression "rule!testPORequestSource(rsp!query)".
In the rule "testPORequestSource", am accessing the id using the following code
local!poRequestNo: displayvalue(
"rp!id",
local!filterFields,
local!filterValues,
null
),
When i click on a Record, value of variable local!poRequestNo should get populated with the identifier.
But it comes as null.
Have gone through the following url ::
forum.appian.com/.../Service-Backed_Record_Tutorial.html
OriginalPostID-172571
OriginalPostID-172571
Discussion posts and replies are publicly visible
Parents
0
vikrantb
Certified Senior Developer
over 9 years ago
Got the issue.
In the Record Source rule, I am casting the data into CDT for the record type. It was refering to old CDT version.
Thanks Sean and stefanh
Vikrant.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
vikrantb
Certified Senior Developer
over 9 years ago
Got the issue.
In the Record Source rule, I am casting the data into CDT for the record type. It was refering to old CDT version.
Thanks Sean and stefanh
Vikrant.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data