Is it possible to do a bulk update of a related field of an ID? E.g., if Organization (Id) is a field on the record, is it possible to update a field on the record to the Organization Name? I only see the Organization field in the "Fields" dropdown. I looked in the documentation, but there are no similar examples in the Bulk Update section.
That’s funny-I needed the same type of thing last week! They don’t have it but I did make a feature request.
Can you do it in Apsona via Export (the record id, the parent Org Id, the parent Org Name) and then import/update the field with Apsona’s Import/Update tool instead?
Agree it would be nice to have in the Update Field option.
It seems likely that you can achieve this by using Data Loader, where you export records, retrieve related organization names, prepare a CSV file, and then update the desired field.