SBM ModScript Reference → Programming SBM ModScript → Object Types → ProjectBasedRecord → ProjectBasedRecord StartSubmitToProject() Method
(SBM On-Premise/PaaS only) Starts a submit transition for an item using a project ID, project UUID, or project internal name.
Parameter | Type | Description |
---|---|---|
project |
int or string |
Can be project ID, project UUID, or project internal name. |
Type | Description |
---|---|
bool |
Returns true if transition was started. If false, use Shell.GetLastErrorMessage() for more information. |
SBM ModScript version: 11.3.
var projectRecord = Ext.CreateProjectBasedRecord( projectTableId ); projectRecord.StartSubmitToProject(projectId);
Copyright © 2007–2018 Serena Software, Inc., a Micro Focus company. All rights reserved.