Use Sandbox in process
Posted: Tue Aug 22, 2023 9:21 am
Hi there,
my brain may be still on Holiday, but i run into a issue today, i try to do some calculations with 2 Cubes and a Sandbox, i want to get a Number from Cube A and multiplicate it with a value from Cube B, both should use the same Sandbox for those calculations.
so i added a Parameter to the process "pSandbox" and those lines in the Prolog Tab:
But the process does not Read from the Sandbox values, just write to the Sandbox, how can i read values from the Sandbox?
Thanks for your help, sorry for such a beginner question, but i really can't manage to find any information in google.
my brain may be still on Holiday, but i run into a issue today, i try to do some calculations with 2 Cubes and a Sandbox, i want to get a Number from Cube A and multiplicate it with a value from Cube B, both should use the same Sandbox for those calculations.
so i added a Parameter to the process "pSandbox" and those lines in the Prolog Tab:
Code: Select all
ServerActiveSandboxSet(pSandbox);
SetUseActiveSandboxProperty(1);
Thanks for your help, sorry for such a beginner question, but i really can't manage to find any information in google.