Changes for page GetTrkByKeyStatus
Last modified by Outhman Moustaghfir on 2024/02/26 17:12
edited by Outhman Moustaghfir
on 2024/02/14 11:37
on 2024/02/14 11:37
edited by Outhman Moustaghfir
on 2024/02/21 10:51
on 2024/02/21 10:51
Change comment:
Update document after refactoring.
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Parent
-
... ... @@ -1,1 +1,1 @@ 1 -iXPath V3.Funcitons.WebHome 1 +iXPath V3.Funcitons.tracking.WebHome - Content
-
... ... @@ -1,6 +1,6 @@ 1 1 == Overview == 2 2 3 -The GetTrkByKeyStatus function is utilized to retrieve the TrkID of tracking records based on specified key, value, and status criteria. This function enables the retrieval of tracking information tailored to specific conditions.3 +The GetTrkByKeyStatus function is utilized to retrieve the TrkID of trackings based on specified key, value, and status criteria. This function enables the retrieval of tracking information tailored to specific conditions. 4 4 5 5 {{code language="XML"}} 6 6 GetTrkByKeyStatus(trackingType, key, value, status1, status2, ..., statusN) ... ... @@ -8,9 +8,9 @@ 8 8 {{/code}} 9 9 10 10 11 -* **trackingType**: The type of tracking . 12 -* **key**: The key associated with the tracking. 13 -* **value**: The value of the specified key. 11 +* **trackingType**: The type of tracking .**(Reaquired)** 12 +* **key**: The key associated with the tracking.**(Reaquired)** 13 +* **value**: The value of the specified key.**(Reaquired)** 14 14 * **status1, status2, ..., statusN**: Additional optional status parameters that filter the tracking. 15 15 16 16 === Parameters ===