Select to view content in your preferred language

Update fields 'userdeviceid' and 'start' when working with the inbox

159
2
Jump to solution
3 weeks ago
corete_potagere
New Contributor II

Hi community,

I just realized that the fields meant to return the user device ID, start date, and any field using 'now()' as a calculation don't get updated when editing records through the inbox. Is there a way around this? I assume this is a fairly trivial question, but I couldn't find an answer in the documentation or on this forum.

 

Many thanks

0 Kudos
1 Solution

Accepted Solutions
ZacharySutherby
Esri Regular Contributor

Hello @corete_potagere

As long as you're not using the `start` or `deviceid` question types and instead are using now() or pulldata("@property", 'deviceId'), you can use `calculationMode=always` in the bind::esri:parameters to have the calculation update in the Inbox. 

Thank you,
Zach

View solution in original post

2 Replies
ZacharySutherby
Esri Regular Contributor

Hello @corete_potagere

As long as you're not using the `start` or `deviceid` question types and instead are using now() or pulldata("@property", 'deviceId'), you can use `calculationMode=always` in the bind::esri:parameters to have the calculation update in the Inbox. 

Thank you,
Zach
corete_potagere
New Contributor II

Thanks a lot Zach, that solved the issue!

0 Kudos