Click or drag to resize

IFindIdFromForeignKey Method

get record id based on foreignkeyvalue - returns 0 if no record is found

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
int IdFromForeignKey(
	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: Int32
See Also