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.
I am trying to create a Net Debt / EBITDA formula at the bottom of one of our P&L income statements where, i have tried the MOVINGSUM function. However this does not work for summary line items which EBITDA is. What i would like is to be able to sum the previous 12 months EBITDA (Including the current period) numbers in a…
I have this template to import back to my module By right it should match the module because the time format is the same as the module the only difference is that in the excel file there is a seperator. M-Y. Thus logically to me it should be But when i run the action using M-Y and match names both result in an import error…
Hi everyone, I was trying to Retrieve a Line Item (Boolean) using TIMESUM as formula to another module by using ANY. This Boolean LI has A,B,C as dimensions. My target module has only A as dimension. In order to use a reference module for mapping, does this reference module had to have A,B and C as dimension or just A…