Audit logs allow to track such changes
but this is time limited to ~last 2 months from what I can tell, I don't see older details.
Furthermore I'm not sure if you can report on that in WF natively, but at least you can export the data.
Finally, the only alternative I can think of is data connect ...
You date format is too short:
2023-05-24T23:46:03Z
if you are pasting it as text, it should include milliseconds I think, e.g.
2025-02-28T21:30:00.000Z
and I second the comment about modifiers. Your current expression is targeting specific moment in time, you will want to do "last update date" ...
If I'm reading this correctly you want certain custom field values visible only specific project.
I think you need dedicated custom form to achieve this. If custom form is added to multiple objects, updating custom field on that form will update it everywhere across the board. And there is no way to...
hi,
sorry, I might need to take back 1. I'm not so sure anymore and lack time to playaround
for 2. here is an example of custom field i created and subsequently used for conditional formatting in the report:
IF(({status}="NEW")=true && {DE:NLT}>$$NOW,"blank",IF((({status}="INP" || {status}="BES")=tr...
I think this is possible, and likely in 2 different ways:
1. by using valueexpression directly on the report
2. by creating custom field that would combine both fields into single one and leverage that new field in a report
hi,
1. URL field is the field on issue itself and it contains whatever users input. It's coming empty, because likely no one in your instance is populating it
2. it's fairly easy to create a URL for an object, paste in fusion in email module something like this for the content:<a href="https://[YO...
I think there is something missing in this question, but with this code
column.1.displayname=
column.1.linkedname=direct
column.1.namekey=name
column.1.querysort=name
column.1.sharecol=true
column.1.textmode=true
column.1.valuefield=name
column.1.valueformat=HTML
column.2.sharecol=true
column.2.shor...