Show / Hide Table of Contents

Class CustomObjectHelper

Inheritance
Object
CustomObjectHelper
Namespace: SuperOffice.CRM.CustomObject
Assembly: SoDataBase.dll
Syntax
public static class CustomObjectHelper : Object

Methods

ForwardOrReverseJoin(ArchiveSelect, TableInfo, TableInfo, SoField)

Declaration
public static void ForwardOrReverseJoin(ArchiveSelect select, TableInfo tableToExtend, TableInfo targetTable, SoField relationField)
Parameters
Type Name Description
ArchiveSelect select
TableInfo tableToExtend
TableInfo targetTable
SoField relationField

MapSoTableToEntityType(SoTable)

Declaration
public static string MapSoTableToEntityType(SoTable relationTable)
Parameters
Type Name Description
SoTable relationTable
Returns
Type Description
String

ResolveDisplayFieldName(SoField)

Declaration
public static string ResolveDisplayFieldName(SoField field)
Parameters
Type Name Description
SoField field
Returns
Type Description
String

ResolveIcon(String)

Declaration
public static string ResolveIcon(string tableName)
Parameters
Type Name Description
String tableName
Returns
Type Description
String

ResolveProviderName(SoField)

Declaration
public static string ResolveProviderName(SoField field)
Parameters
Type Name Description
SoField field
Returns
Type Description
String

ResolveRelationField(SoField)

Declaration
public static string ResolveRelationField(SoField f)
Parameters
Type Name Description
SoField f
Returns
Type Description
String

ShouldHideIdField(String)

Declaration
public static ValueTuple<bool, bool> ShouldHideIdField(string customObject)
Parameters
Type Name Description
String customObject
Returns
Type Description
ValueTuple<Boolean, Boolean>
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top