Click or drag to resize

IFindIdsFromForeignKey Method

get record ids based on foreignkeyvalue - returns an array with the record ids

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
Object IdsFromForeignKey(
	string i_App,
	string i_Device,
	string i_Key,
	string i_Value,
	SOTableId i_TableId
)

Parameters

i_App
Type: SystemString
i_Device
Type: SystemString
i_Key
Type: SystemString
i_Value
Type: SystemString
i_TableId
Type: SuperOffice.COM.ApplicationSOTableId

Return Value

Type: Object
See Also