Retrieving Block Codes

Learn how to retrieve block codes when working with ActiveH Desktop.

If it is a requirement to make the Block_Code available in Keyfax, you will need to have the following entry in your MISExchange.xml file to get the Block asset ID for a Child Asset.

SELECT DBO.fn_Get_Block_For_ChildAsset('[Value]')

Where [Value] is the AssetId (child asset reference) If the child asset is not linked to a Block up the structure a Null will be returned. Please Contact Us for assistance.

Last updated