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
ServerParameters
- 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
Community Additions
ADD
Show: