Problem with remote procedure in Static parameters

Hi,

I’ve got a strange behavior with a Remote Procedure.

When i put it into mappable parameters into a module, it works fine.

But, when i put it into Static parameters into the same module ( removing from mappable), it doesn’t work.

What can be the cause of this ?

Regards

Hello Alexandre,

the static parameters are dedicated to be used in Triggers only as Triggers can’t have preceding modules.

Please, don’t use static parameters in other than Trigger modules.

2 Likes

it makes sense.
Thanks !

3 Likes