ProjWBSService.doesTemplateNameExist Method [AX 2012]

Determines whether the specficied template name exists.

public boolean doesTemplateNameExist(str _templateName)

Run On

Server

Parameters

_templateName
Type: str
The template name to check.

Return Value

Type: boolean
true if template name exists; otherwise, false.

Community Additions

ADD
Show: