Access to the Automatic In-Progress Stock Generation

Access to the Automatic In-Progress Stock Generation

Joshua.mursic
Advocate Advocate
415 Views
2 Replies
Message 1 of 3

Access to the Automatic In-Progress Stock Generation

Joshua.mursic
Advocate
Advocate

Is the ability to turn this off and on exposed through the API? I cannot seem to find any reference to it in the documentation

Joshuamursic_0-1725622654324.png

 

0 Likes
Accepted solutions (1)
416 Views
2 Replies
Replies (2)
Message 2 of 3

Jorge_Jaramillo
Collaborator
Collaborator
Accepted solution

Hi,

 

There is a command definition for that:

 

<ToolbarTab name="Utilities" id="UtilitiesTab">
    <ToolbarPanels count="6">
        <ToolbarPanel name="Actions" id="CAMInProcessStockPanel">
            <ToolbarControls count="1">
                <CommandControl name="Automatic In-Process Stock Generation" id="IronAutomaticIPSGeneration" commandType="ButtonControlDefinition" isPromoted="True" />
            </ToolbarControls>
        </ToolbarPanel>

 

 

The command ID for it is: IronAutomaticIPSGeneration.  You can execute this command to toggle it on/off.

 

Regards,

Jorge Jaramillo

 

Message 3 of 3

Joshua.mursic
Advocate
Advocate

Thanks! @Jorge_Jaramillo 

0 Likes