ddr summary/file/scripts

Script Steps in “Go to Attachments | Mobile”

include in menuFalse
run full accessFalse
usesshow dependencies
39 lines
#step iddescription
189
#Store current Task ID for further use
2141
Set Variable [ $$CURRENT_TASKS_ID; Value:Tasks::TASK ID MATCH FIELD ]
389
468
If [ Count ( Attachments::TASK ID MATCH FIELD ) = 0 and Get ( Device ) > 2 ]
589
689
#Choose which is the current running platform and Go to the Appropriate layout
768
If [ Get ( Device ) = 3 ]
86
Go to Layout. [ “Attachments | Tablet” ( Attachments ) ]
9125
Else If [ Get ( Device ) = 4 ]
106
Go to Layout. [ “Attachments | Phone” ( Attachments ) ]
11125
Else If [ Get ( Device ) = 5 ]
1268
If [ Get ( WindowWidth ) + Get ( WindowHeight ) > 1042 ]
136
Go to Layout. [ “Attachments | Tablet” ( Attachments ) ]
1469
Else
156
Go to Layout. [ “Attachments | Phone” ( Attachments ) ]
1670
End If
1770
End If
1889
197
New Record/Request
2089
2189
#Shows only the record just created
22155
Find Matching Records [ Replace; Attachments::TASK ID MATCH FIELD ]
2389
2469
Else
2589
2689
#Choose which is the current running platform and go to the Appropriate layout
2768
If [ Get ( Device ) = 3 ]
2874
Go to Related Record [ From table: “Attachments”; Using layout: “Attachments | Tablet” (Attachments) ]
[ Show only related records ]
29125
Else If [ Get ( Device ) = 4 ]
3074
Go to Related Record [ From table: “Attachments”; Using layout: “Attachments | Phone” (Attachments) ]
[ Show only related records ]
31125
Else If [ Get ( Device ) = 5 ]
3268
If [ Get ( WindowWidth ) + Get ( WindowHeight ) > 1042 ]
3374
Go to Related Record [ From table: “Attachments”; Using layout: “Attachments | Tablet” (Attachments) ]
[ Show only related records ]
3469
Else
3574
Go to Related Record [ From table: “Attachments”; Using layout: “Attachments | Phone” (Attachments) ]
[ Show only related records ]
3670
End If
3770
End If
3889
3970
End If