Hello guys,
I have a couple of questions about the return codes...
Can you please give me more information about return code and how they work and how I make them some use of them ?
Let say this scenario:
I create a custom upgrade with following structure:
And my second question os:
How can I put in use the Return Code from the PowerShell script and the Return Code variable from the whole Custom Upgrade where are they stored, how can i see them ?
Thanks guys,
Best Regards,
Martin
I have a couple of questions about the return codes...
Can you please give me more information about return code and how they work and how I make them some use of them ?
Let say this scenario:
I create a custom upgrade with following structure:
- Create a variable - int var1
- Create a variable - int var2
- Run PowerShell scripts - Store Retrun Code to: var1
-
Defire the return code for this Custom Upgrade - Return Code to var2
And my second question os:
How can I put in use the Return Code from the PowerShell script and the Return Code variable from the whole Custom Upgrade where are they stored, how can i see them ?
Thanks guys,
Best Regards,
Martin