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.
There was an error rendering this rich post.
Hi all, The Client ID and Client Secret are available, intended for uploading and downloading files. Could anyone advise how to use these credentials DIRECTLY to make API requests? Thank you!
I have A6 as the parent list and two sibling lists: A6.5 and A7. The A7 list includes an attribute that maps to A6.5. In the UX, the user will select A6.5 using a content selector, and the grid (dimensioned by A7) should display only the A7 items associated with that selected A6.5. Since the selector is a page context and…