| ISystemHelperGetCachedSystemObjectId Method |
Get id of a system based on property value
Namespace:
Omada.OE.Solution.OIM.AppLogic.Integration.Helpers
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntaxint GetCachedSystemObjectId(
string odwBusiKey,
string systemId
)
Parameters
- odwBusiKey
- Type: SystemString
composed business key of hte object - systemId
- Type: SystemString
identifier of the system
Return Value
Type:
Int32id of the system or 0
RemarksEmpty parameters are omitted. Only one should be present in the call
See Also