Update historyof function - FIELDNAME is brittle
https://wiki.smartsimple.com/wiki/HistoryOf_function
When using this function, I have to configure with status names. Example from WIKI:
@HistoryOf(Status::[Value]='Approved'::Update to [Value] by [UpdatedBy] at [UpdatedTime]::[UpdateTime]::desc::1)@
This is a brittle approach (as this is the caption / front end field name). I'd love the ability to pass the statusid as opposed to status. Even backend field (name) would be better than the caption
2
votes