Skip to main content
Question

AddressType sub-entity on IFS Workflow

  • September 3, 2025
  • 1 reply
  • 20 views

Forum|alt.badge.img+1

Hello community,

I’m working on a workflow to create a forwarder using supplier data. I was able to implement addresses, communication methods, and our IDs, but I haven’t been able to create the address types for the addresses, as there doesn’t seem to be a nested entity available to select in the IFS API task of the workflow, in the same way there is for SupplierInfoAddresses, OurIds, MessageSetups and CommunicationMethods. Perhaps this is because it’s a nested entity of the nested entity SupplierInfoAddresses? Would there be another way to implement this within the IFS Workflow?

Thanks in advance.

Marcos

1 reply

Forum|alt.badge.img+2
  • Do Gooder (Employee)
  • October 13, 2025

If you know the address type you should create (I mean the address type fields), you could use a separate CREATE task to create the address type first and use it (by reading using another READ task) to create the address.