Skip to main content

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

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.