ProjWBSService.generateUniqueFilename Method [AX 2012]

Gets a unique filename for a company name, project ID and hierarchy ID

public str generateUniqueFilename(
    str companyName, 
    MSPFileSyncLinkType fileSyncLinkType, 
    RecId projRecId, 
    str hierarchyId)

Run On

Server

Parameters

companyName
Type: str
The company you are working in
fileSyncLinkType
Type: MSPFileSyncLinkType Enumeration
The fileSynclinkType for the mpp file synched
projRecId
Type: RecId Extended Data Type
The project RecId you are working with
hierarchyId
Type: str
The Hierarchy Id you are working with

Return Value

Type: str
A fully formed unique filename

Community Additions

ADD
Show: