Example Settings
Example Keyfax configuration settings for use with ActiveH Desktop.
Example 1 (put current user code in startup.xml)
<MapIn>
<MISRequest
obj="CGateway"
target="UserName"
type="NA"
source="UserID"
sql="SELECT Username_VC FROM Shared_Users_T (nolock) WHERE User_ID = [value]" />
</MapIn>Example 2 (get SOR code from export.xml and assign the ScheduleID property of a CRQTask object)
<MapOut>
<MISTask
obj="CRQTask"
target="ScheduleID"
dtype="int"
length="4"
type="RD"
KFparent="Repair"
KFsource="RepairCode"
KFsourceType="MIS_REPAIR"
sql="SELECT SOR_ID FROM dbo.Shared_SORs_T WHERE SOR_Code_VC = '[value]'" />
</MapOut>Example 3 (get the description from the export.xml ActionCodeDesc and FaultText and use as a Repair Request Inspection description)
Example 4 (write a constant value to a CRM Desktop Task object)
Example 5 (write to the SetGatewayValue method of a CRM Desktop Task object)
Example 6 (write to the SetGatewayValueEx method of a CRM Repair Request Task)
Last updated