Closed yannick-beot-sp closed 1 year ago
Please take a look at "Export Object" session at https://marketplace.visualstudio.com/items?itemName=AndreiStebakov.sailpoint-iiq-dev-accelerator
It should get all objects in one folder, see if it works for you. For your scenario it would probably be easier to just copy the content of the object that you got and paste it in any target file with the name that you need.
On Thu, Mar 16, 2023 at 9:26 AM yannick-beot-sp @.***> wrote:
When using the "get object" command, a file with a random identifier is created in the temp folder. It often results on the same steps:
- Copy path of the target folder
- Go to file "temp" file and save as
- Paste the folder
- Remove the random id for clean file name
It should be possible to define folders within the workspace.
An idea is to have an additional settings for a pattern. For instance:
%x/%e/%o/%o-%n-%y%M%d-%h%m%s.xml
Where:
- %x : workspace folder
- %e: name of the environment (as the one display in the status bar)
- %o: name of the object type (Rule, Form, etc.)
- %n: name of the object
- %y, %M, %d, etc.: parts of the date
— Reply to this email directly, view it on GitHub https://github.com/lispercat/sailpoint-iiq-dev-accelerator/issues/41, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACCZB6GAXAT4FXRBJ6BUO3W4MIILANCNFSM6AAAAAAV5GXNOA . You are receiving this because you are subscribed to this thread.Message ID: @.***>
This is only available for all objects of the chosen object types
You can check the top check button which will select all object types so you'll get them all.
On Thu, Mar 16, 2023 at 9:59 AM yannick-beot-sp @.***> wrote:
This is only available for all objects of the chosen object types
— Reply to this email directly, view it on GitHub https://github.com/lispercat/sailpoint-iiq-dev-accelerator/issues/41#issuecomment-1472031898, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACCZBZHNVJLTIXLR275D7LW4MMERANCNFSM6AAAAAAV5GXNOA . You are receiving this because you commented.Message ID: @.***>
Merged
When using the "get object" command, a file with a random identifier is created in the temp folder. It often results on the same steps:
It should be possible to define folders within the workspace.
An idea is to have an additional settings for a pattern. For instance:
Where:
%x
: workspace folder%e
: name of the environment (as the one display in the status bar)%o
: name of the object type (Rule, Form, etc.)%n
: name of the object%y
,%M
,%d
, etc.: parts of the date