ValidateBOMByFileId Method
Checks to make sure a BOM contains no errors.
Required Permissions
FileReadSyntax
public System.bool ValidateBOMByFileId(
System.long fileId
)Public Function ValidateBOMByFileId( _
ByVal fileId As System.Long _
) As System.BooleanParameters
| Name | Description |
|---|---|
| fileId | The ID of the File that contains the BOM |
Return Value
Returns true if the BOM is valid. Returns false if the BOM contains errors.
Remarks
This is for debugging purposes. Do not use in normal workflows.