Created
September 6, 2019 16:05
-
-
Save gsherman/143f83d23e50500274f1ac9acb46df87 to your computer and use it in GitHub Desktop.
Activity Codes are simply a single-level application list
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Export Object gbst_lst | |
Unique_Field = title | |
Where "title = 'Activity Name'" | |
Actions = Export | |
export_gbst_element (gbst_lst2gbst_elm) | |
; | |
Routine export_gbst_element | |
Object gbst_elm | |
To gbst_elm Through $1 | |
Unique_Field = title | |
UNIQUE_RELATION=gbst_elm2gbst_lst | |
Actions = Export | |
End_To | |
End_Routine |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment