SBM ModScript Reference → Programming SBM ModScript → Object Types → VarRecord → VarRecord StartSubmitToAux() Method
(SBM On-Premise/PaaS only) Starts the submit of a new item into an auxiliary table.
Parameter | Type | Description |
---|---|---|
None |
Type | Description |
---|---|
bool | Returns true if transition completed successfully. If false, use Shell.GetLastErrorMessage() for more information. |
SBM ModScript version: 11.3.
var varRecord = Ext.CreateVarRecord( auxTableId ); var start = varRecord.StartSubmitToAux();
Copyright © 2007–2018 Serena Software, Inc., a Micro Focus company. All rights reserved.