Hi Every one,
Just curious to know is there anyway that I can capture logged in users name in a lineitem by a formula ?
Thanks,
Dileepkumar
Hi Dileepkumar,
The 'users' list gives you the email of all users added to the model, except those with 'No Access' role, so you won't get first or last name from the 'users' list.
The history keeps an audit of changes made, but not login. You can refer to the link below to read more about 'History'
https://help.anaplan.com/anapedia/Content/Modeling/Manage_Models/History.html?Highlight=history
The only place where you can track user login is in Tenant Administration. You can refer to the link below:
https://help.anaplan.com/anapedia/Content/Administration_and_Security/Tenant_Administration/Security/UserActivityEvents.htm
LipChean
Hi Lip_Chean,
Thanks for the reply but my requirement is, users will be entering the details in module(sender) and sending it to another module(receiver) so while entering the details, system should capture(automatically) who the sender is. First of all is it achievable? Give the screen shot for your reference.
Hi,
Please see the following:
I think the straight answer is no.
I dont think there is a formula which returns the current user. So is the current date/time.
Usually other applications does these automatically when a record is created, "created by" and "created on". So far what i understood is there is no easy way to achieve this. You can mock the system date by keeping a field coming through integration everyday/every hour and importing this into the target module when an action is triggered, this is tedious, not straight forward.
Thanks
Arun
@Dileepkumar
You can create a module that includes the User list. Next, use the following line item formula to capture the user name/email; NAME(ITEM(Users))
See screenshots.
Hope that helps.
Can someone help me i am unable to login anaplan portal using my credentials
Dear Hive Mind, Do we have a way to get the history of a particular List Item, from its creation into a model up until its removal ? I am trying to chase when / how an item has been added into a model and how / when it would have been deleted and then recreated with the same code. Is there a pattern (manual or API) to get…
I have an action in a process which is getting failed since 2 days when run via CloudWorks with below error . No issues when run manually . Same error occurs when run manually but as a warning "Import complete but with failures" This action is running since almost a year without any issue . No change has been made to…