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
7 subscribers
Views
1705 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Hi All, I am trying to do the following: ri!companyInfo.L
aswinb
over 10 years ago
Hi All,
I am trying to do the following:
ri!companyInfo.LastUpdatedDateTime << now()
and I am getting a JavaScript error which says a rule or function must be passed on the right hand side of the << operator and I have function now() on the right hand side of the operator. Dont' know why this error is coming. anybody can help???
thanks,...
OriginalPostID-112212
OriginalPostID-112212
Discussion posts and replies are publicly visible
0
Steven Miccile
Appian Employee
over 10 years ago
Try ri!companyInfo.LastUpdatedDateTime << fn!now
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
aswinb
over 10 years ago
I did and I am getting the same error
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
revat.anandsongkit
Appian Employee
over 10 years ago
Have you imported the Common Objects application? If so, you should use rule!APN_returnFirstInput and do the following -
ri!companyInfo.LastUpdatedDateTime << rule!APN_returnFirstInput(now(), _)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel