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.
All of my DATA01 is cleared after 2019, is there any way I can fix this?
I am attempting to connect to an azure SQL database vis at the MSSQL connector in data orchestrator but am having issues and I believe it is due to hyphens in database name (which is a fairly standard naming convention I will note!) Example below (fake credentials) - has anyone else encountered similar and is there a way…
Hello folks, Does anyone know how to work around the Polaris limitation of using the Formula or Ratio summary method alongside the Closing Balance within the same line item? I have a Business Unit list where the total (All BUs) must display the Corporate (1 of 20 leaf items under All BUs total) number of Unique Customers.…