lispercat / sailpoint-iiq-dev-accelerator

VSCode extension to accelerate and facilitate development by directly interacting with the target Sailpoint IIQ server
MIT License
30 stars 11 forks source link

Default folder when getting objects #41

Closed yannick-beot-sp closed 1 year ago

yannick-beot-sp commented 1 year ago

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:

lispercat commented 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:

  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 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: @.***>

yannick-beot-sp commented 1 year ago

This is only available for all objects of the chosen object types

lispercat commented 1 year ago

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: @.***>

lispercat commented 1 year ago

Merged