RetailOfflineDefaultProfileCreator.FormatOfflineTableName Method [AX 2012]

Format Table name with [Schema Name].[Table Name]

private str FormatOfflineTableName(str _schema, str _tablename)

Run On

Called

Parameters

_schema
Type: str
Schema Name [It can be AXNameSpace, DBONameSpace or any new schema name].
_tablename
Type: str
Offline Table Name without any square brackets.

Return Value

Type: str
Return Formated table Name

Format Offline Table Name with prefix of AX Schema Name.

Community Additions

ADD
Show: