ddr summary/file/scripts

Script Steps in “Go to Notes | Mobile”

include in menuFalse
run full accessFalse
usesshow dependencies
17 lines
#step iddescription
189
#Store current Content ID for further use
2141
Set Variable [ $$CURRENT_CONTENT; Value:Content Management::CONTENT ID MATCH FIELD ]
389
489
#Go to Notes layout only showing records related to the current Item
574
Go to Related Record [ From table: “Notes”; Using layout: “Notes” (Notes) ]
[ Show only related records; New window ]
689
768
If [ Get ( LastError ) ]
889
#If there's no records found
9122
New Window [ Style: Document; Close: Yes; Minimize: Yes; Maximize: Yes; Resize: Yes ]
106
Go to Layout. [ “Notes” ( Notes ) ]
1126
Omit Multiple Records [ Get ( FoundCount ) ] [ No dialog ]
127
New Record/Request
1369
Else
1489
#Showing records found
1539
Sort Records [ Keep records in sorted order; Specified Sort Order: Notes::Timestamp; descending ]
[ Restore; No dialog ]
1616
Go to Record/Request/Page [ First ]
1770
End If