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.
Hello, Our model builders are normally making changes to all structural changes in a DEV model. Because we are now in a Prod freeze and we don't want to move structural changes to PROD until end of year, we created a copy of the DEV model (standard mode) - 'DEV2' model, where we are only making changes to urgent issues…
Using the excel addin for Microsoft 365 when I try to add a card to import data I get the message 'Cannot insert data from a custom view'. I am not using a custom view. Any ideas what I am missing here?
Hello Anaplan Community, I am encountering an issue with one of my development work and would be greatly appreciated your assistance. There are 2 different modules involved in my model: 1) INP01 Percentage Input by Product (Applies To: P3 List) 2) REP01 Percentage Split by Department (Applies To: Departments List) The…