Share via


RetailOfflineDefaultProfileCreator.FormatOfflineTableName Method [AX 2012]

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

Syntax

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

Remarks

Format Offline Table Name with prefix of AX Schema Name.

See Also

Reference

RetailOfflineDefaultProfileCreator Class