ProjCategory::lookupProjCategoryType Method
Searches for project categories based on the parameters that are provided.
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
client public static void lookupProjCategoryType(
FormStringControl ctrl,
[ProjCategoryType categoryType,
boolean subscription,
boolean estimate,
boolean active])
Microsoft Dynamics AX 2012 R2 (SYS)
client public static void lookupProjCategoryType(
FormStringControl ctrl,
[ProjCategoryType categoryType,
boolean subscription,
boolean estimate])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client public static void lookupProjCategoryType(
FormStringControl ctrl,
[ProjCategoryType categoryType,
boolean subscription,
boolean estimate])
Microsoft Dynamics AX 2012 (FPK)
client public static void lookupProjCategoryType(
FormStringControl ctrl,
[ProjCategoryType categoryType,
boolean subscription,
boolean estimate])
Microsoft Dynamics AX 2012 (SYS)
client public static void lookupProjCategoryType(
FormStringControl ctrl,
[ProjCategoryType categoryType,
boolean subscription,
boolean estimate])
Run On
Client
Parameters
- ctrl
Type: FormStringControl Class
A FormStringControl data type that is used to display the categories.
- categoryType
Type: ProjCategoryType Enumeration
A ProjCategoryType value to be displayed in the lookup; optional.
- subscription
Type: boolean
A YesNo value that is used to display subscriptions in the lookup; optional.
- estimate
Type: boolean
A YesNo value that is used to display estimates in the lookup; optional.
- active
Type: boolean