SBM ModScript Reference → Programming SBM ModScript → Object Types → ProjectBasedRecord → ProjectBasedRecord StartSubmitToProjectUsingTransition() Method
(SBM On-Premise/PaaS only) Starts a submit transition for an item, specifying the project and transition to use.
| Parameter | Type | Description |
|---|---|---|
|
project |
int or string |
Can be project ID, project UUID, or project internal name. |
| trans |
int or string |
Can be transition ID, transition UUID, or transition internal name. |
| Type | Description |
|---|---|
|
bool |
Returns true if transition was started. If false, use Shell.GetLastErrorMessage() for more information. |
SBM ModScript version: 11.6.
var projectRecord = Ext.CreateProjectBasedRecord( projectTableId ); projectRecord.StartSubmitToProjectUsingTransition( projectId , transId );
Copyright © 2007–2020 Micro Focus or one of its affiliates. All rights reserved.