Saved Search fun with "Cross subsidiary Fulfillmen...
# general
r
Saved Search fun with "Cross subsidiary Fulfillment" which has it's own issues with REST. I have a custom field on our "Location" which actually uses "inventorylocation" when specifying the subsidiary to fulfill out of. When I try to have the saved search output the custom field, I get a not found. However, the same field for "location" is available. Any thoughts here?
p
Hi @Robert Vice, could you share some screenshots so we understand how you are working with this? Did you try using the Formula(Text) to output the field?
r
Yup "Location : My Custom Field" works The following does not work:
{location.custrecord_my_custom_field}
{inventorylocation.custrecord_my_custom_field}
{inventorylocation.id}
is successful
I know the "Cross Subsidiary" aspect is "newish" and does not have support in the REST API, but I would assume the saved search stuff should work....