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
4 replies
Subscribers
7 subscribers
Views
1847 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
recordIdentifier weird behaviour while using in Post Feed Smart Service
aloks0189
Certified Lead Developer
over 8 years ago
Hi,
I have found a weird behavior while using recordIdentifier in Post Feed Smart Service, I need to display recordIdentifier for feed, the record is having title and no security has been set to record yet. When we mention recordType and identifier value without key, it works for 2 to 3 time execution, but after that again it starts to post feed without recordIdentifier, the configuration is shown below:
a!toRecordIdentifier(
cons!MYRECORD_DEMO,
1
)
Again when we mentioned the recordIdentifier function as key and value pair, again it works for Several execution, and again it starts to post the feed without recordIdentifier, the configuration is shown below:
a!toRecordIdentifier(
recordType: cons!MYRECORD_DEMO,
identifier: 1
)
Please suggest me, did anyone face the same issue, any suggestions will be appreciated
Thanks
OriginalPostID-255852
Discussion posts and replies are publicly visible
Parents
0
aloks0189
Certified Lead Developer
over 8 years ago
And this weird behavior is happening only for a specific process Model, when i created a duplicate process Model of existing one, and used recordIdentifier in terms of key (attribute) & value pair, it's working fine
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
aloks0189
Certified Lead Developer
over 8 years ago
And this weird behavior is happening only for a specific process Model, when i created a duplicate process Model of existing one, and used recordIdentifier in terms of key (attribute) & value pair, it's working fine
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data