Service Flow Manager > SFM Transactions > SFM Designer for Admin > SFM Literals > Login User Record/SVMX.CURRENTUSERRECORD
Login User Record/SVMX.CURRENTUSERRECORD
This literal allows you to build expressions to compare source record attribute value with the login user's attribute value.
The use of the literal minimizes the need to add formula fields on the source record and capture user record value. Example of source record is Work Order, Technician/Equipment, etc. This literal is configurable on standard and custom fields of the user record and supports all its data types.
The literal can be configured in the following editors:
Expression Editor
Lookup Editor - Basic Filter
Wizard Criteria
Wizard Step Criteria
In Expression and Lookup Editors, this literal is displayed as Login User Record and the admin has to select the user fields from the drop-down list.
In Wizard Criteria and Wizard Step Criteria, this literal has to be manually entered as follows:
SVMX.CURRENTUSERRECORD.<UserRecord Field API Name>
For example: If the Work Order record must be debriefed only by the owner of the record, then the admin must configure the Wizard Step Criteria as follows:
Owner Id=SVMX.CURRENTUSERRECORD.Id
where,
Owner Id = User who has been set as the owner of the Work Order record
Id = Login user's Id
Some more examples are:
When SVMX.CURRENTUSERRECORD.Name is configured, the name of the login user is returned.
When SVMX.CURRENTUSERRECORD.UserSubType is configured, the UserSubType field value is returned. The UserSubType is the API name of the user field.
The literal is supported on the following delivery screens:
Wizard
Wizard Step Delivery
SFM Delivery
Output Document Delivery
Checklist Delivery
Lookup Search (Web only)
* 
SVMX.CURRENTUSERRECORD literal is not supported if configured for a Multi Picklist field.
Was this helpful?