VendRequestProfileHelper Class [AX 2012]
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::allowedFields | Gets the enabled fields. |
| ::allowsMultipleProfiles | Checks whether a group profile type allows for multiple profiles for that type. |
| ::checkMandatoryFields | Checks that all of the mandatory fields have a value. |
| ::configureFields | Configures the metadata properties of the fields at runtime. |
| ::copyConfiguration | Creates a copy of the configuration profile and the fields that are associated with it. |
| ::createProfileFields | Creates the enabled fields for the profile's type with default field status values. |
| ::ensureHasDefaultProfile | Ensures that there is a default profile based on the profile type. |
| ::findByDataArea | Finds a VendRequestProfile record based on the profile group type and a country/region. |
| ::findVendRequestProfile | Finds a VendRequestProfile record based on the profile group type and a country/region. |
| ::getFieldTables | Gets a list of tables that are used in the field metadata for a configuration profile. |
| ::getProfileVendRequest | Gets the vendor request record of the current user. |
| ::supportsContent | Checks if the SysFieldMetadataGroupType enumeration value supports the content management for the vendor request feature. |
| ::supportsQuestionnaire | Validates whether the SysFieldMetadataGroupType enumeration type supports a questionnaire. |
| ::supportsSystemChecks | Checks if the SysFieldMetadataGroupType enumeration value supports system checks for the vendor request feature. System checks are validation checks for vendor requests. |
Community Additions
ADD
Show: