-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Default folder when getting objects #41
Comments
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:
1. Copy path of the target folder
2. Go to file "temp" file and save as
3. Paste the folder
4. 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
<#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
<#41 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACCZBZHNVJLTIXLR275D7LW4MMERANCNFSM6AAAAAAV5GXNOA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Merged
Merged |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 dateThe text was updated successfully, but these errors were encountered: