on 2025 Nov 07 11:49 AM
Hi Experts,
Our goal is for the location object "name" to show on our XML feed template. We use the location object itself in the req, and have completed the standard/recommended mapping in Recruiting Marketing Job Field Mapping, but on our feed template, we do not see the same "name" we're seeing on the req.
Sample Req with "Name":
Job Field Mapping:
Sample Feed Template value:
Question: Is it possible for the location object "name" to be mapped in any custom fields in Recruiting Marketing Job Field Mapping? Or is there a way to set this up differently on the object so it comes through as a name?
Regards,
Nimesha
Request clarification before answering.
Hi @Nim_18 ,
When you use the Location Object on the Job Requisition, the Location field stores an object reference (Location GUID), not the display name.
Even though you see the “Name” in the Recruiting UI, RMK feeds don’t automatically resolve it to the display name unless that specific location field is mapped as a string field in CSB > Job Field Mapping.
Solution : Use a Custom String Field
Create a custom field in the Job Requisition (e.g.,customLocationName)
Make it a standard string field type.
Add a Business Rule that auto-populates this custom field with the Location.name whenever the req is created.
Rule Sample
Event: On Save
IF: Location is not empty
THEN: Set customLocationName=Location.name
Map customLocationName to the feed field in
Hope this helps!! Let me know if you need any help
Thanks,
kr,
karthick.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.