Closed nbhansali closed 4 years ago
can you give an example?
On Wed, Sep 2, 2020 at 10:40 AM nbhansali notifications@github.com wrote:
Hey! It seems like the import current file doesn't check for any missing property that exists in the file. Any way we can prompt the user that there is a missing property with the name of the property if a property does not align in the file?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/lispercat/sailpoint-iiq-dev-accelerator/issues/4, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACCZBZ3Z7EFJ5B7MMOVDI3SDZKM7ANCNFSM4QTC2EJQ .
For example I have a workflow object calling out to a variable set in my properties file %%AD_HOST%% and the value is missing in my properties file the import will suceed but my workflow will fail.
got it, I'll see what I can do
On Wed, Sep 2, 2020 at 11:40 AM nbhansali notifications@github.com wrote:
For example I have a workflow object calling out to a variable set in my properties file %%AD_HOST%% and the value is missing in my properties file the import will suceed but my workflow will fail.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/lispercat/sailpoint-iiq-dev-accelerator/issues/4#issuecomment-685820875, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACCZBZZRUGY7J6SBIBBCUDSDZRP7ANCNFSM4QTC2EJQ .
@nbhansali I've done the fix, please check it out in 1.0.15
Awesome - thanks!
Hey! It seems like the import current file doesn't check for any missing property that exists in the file. Any way we can prompt the user that there is a missing property with the name of the property if a property does not align in the file?