Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the format string that is used for casting the string to one case (e.g. "NLS_LOWER(%1)").
Syntax
public str monocaseFmt(
[TableId tableId,
FieldId fieldId,
boolean includingFieldName,
boolean considerSystemVariables])
Run On
Server
Parameters
- tableId
Type: TableId Extended Data Type
- fieldId
Type: FieldId Extended Data Type
- includingFieldName
Type: boolean
- considerSystemVariables
Type: boolean
Return Value
Type: str
The format string that is used for casting the string to one case.
Remarks
Microsoft Dynamics AX style for placeholder(s) is used (i.e. "%1").