Skip to end of banner
Go to start of banner

admUpdateProject

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Description

Returns true if the project is updated.

Parameters

Return Type

Boolean

Returns true if the project is updated.

Example

use "adm";
persistent int countCMP=0;
string keyprj = "CX"+ countCMP++;
string nameprj= "One very complex project" + countCMP;
boolean retUpd = updateProject(keyprj, nameprj, "another fun description", "https://goggle.com", null, currentUser(), true,
permissionScheme("Default Permission Scheme").id,
issueSecurityScheme("Simplified Issue Security Scheme").id,
notificationScheme("Default Notification Scheme").id);

See also

  • No labels