Hi,
I would like to access requester username or user currently assigned to action within .NET code behind.
I’ve tried in this formula (assuming to this ticket: “Currency” type for the FieldsDataType that displays currency according to the culture)
Request.Form["WFGEN_LANG"]
Request.Form["REQUESTER_USERNAME"]
But those call returns null objects.
How to access these values properly from .NET code behind?