Skip to main content

Hi Community,

 

Can you please advise on how to call a same instance IFS projection which I can’t get access to with the IFS API Task?

Do I have to set up an IAM client to do so? Or is there a built-in token within the Workflow or something like that?

Thank you so much.

Marcos

Do you have details on the projection and call you’re trying?


Hey Phill,

 

I want to add new entities to AddressTypes using the ForwarderHandling projection.

I’ve managed to create a new forwarder and its addresses using the IFS API task, but the address types seem to be “nested” under the nested entity ForwarderInfoAddresses, so I couldn’t find a way to get to it.

Here’s the endpoint:

/main/ifsapplications/projection/v1/ForwarderHandling.svc/ForwarderInfoSet(ForwarderId='{ForwarderId}')/ForwarderInfoAddresses(ForwarderId='{ForwarderInfoAddress_ForwarderId}',AddressId='{ForwarderInfoAddress_AddressId}')/AddressTypes

 

Thanks


Hi @nobmus 

What is the track you are using?

From 24R2 onwards, authentication is available directly inside the REST Task. You can check the documentation here:
Authentication – REST Call Task

Thanks


Reply