Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Suggested Answer
+1
person also asked this
people also asked this
Replies
6 replies
Answers
2 answers
Subscribers
9 subscribers
Views
7481 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
AI and Rules
Is it possible to map specific fields from one CDT to another within an expressi
ashleyb
over 9 years ago
Is it possible to map specific fields from one CDT to another within an expression rule? So far I have been unsuccessful. Code is below - any suggestion would be greatly appreciated!
with(
cacData : rule!CAC_getExceptionByIDAndNotStatus(ri!crsExceptionID, "Cleared"),
crsData: rule!CAC_getCRSExceptionCollateralByActivityIdAndCollateralCode(pv!cacData.activityID, pv!cacData.typecode),
cacData.crsExceptionID : crsData.ActivityId_Int,
cacData.description : crsData.Description_txt,
cacData.exceptionType : crsData.Type_Txt,
cacData.crsStatus : crsData.Status_Txt,
cacData.deadlineDate : crsData.DeadlineDate_Dte,
cacData.addedDate : crsData.AddedDate_Dte,
cacData.descriptionLine1: crsData.Description1_Txt,
cacData.descriptionLine2: crsData.Description2_Txt,
cacData.recordcd : crsData.RecordCd_Txt,
cacData.loanNumber : crsData.LoanNbr_Int,
cacData.customerNumber : toInteger(crsData.Customer_Dec),
cacData.tiedTable : crsData.TiedTable_Txt,
ca...
OriginalPostID-157746
OriginalPostID-157746
Discussion posts and replies are publicly visible
Parents
0
vijayd
over 7 years ago
Yes you can. Use type!
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
vijayd
over 7 years ago
Yes you can. Use type!
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data