This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

when i delete an entry using object browser "Delete"event is triggering and process is executing but if i delete the same entry using data importer script entry is getting deleted but the event is not triggering

when I delete an entry using object browser "Delete" event is triggering  and a process is executing but if I delete the same entry using data importer script, entry is getting deleted but the event is not triggering 

Let me know if i am missing something

  • Data Importer sets the connection variable FULLSYNC. SO the event will be triggered but your process may not be generated into the job queue depending on your generating conditions.
  • Actually i am not using any generating condition
  • Are you talking about the same object type`? Data Importer script is using the same object layer as the ObjectBrowser (as every component in the system), so the event will be fired.

    What version are you using?
  • Actually it is custom table that i created and syncing that data to that table,data is synchrosising properly but when delete happens using the script data is getting deleted form the custom table but event is not triggering so process is not getting executed ,and if i delete the enties manually from object browser event is triggering and process which is on delete event is triggering.

    we are using 7.1
  • You should consider to contact support. As I have said before, the object layer works exactly the same in the Data Importer and the Object Browser with the only difference in regards to the FULLSYNC connection variable.

    You can test this in Object Browser has in 7.1 it has got a new window that allows you to set the session variables for your current session.

    This is extremely helpful for testing your customized templates, process chains or scripts. You can interactively add or delete session variables like FULLSYNC and test the behavior of the objects and your customizations.

    To show up the new session variables windows click on the menu View\Session variables or click on the icon in the toolbar.

    You can now add or remove the session variables of your current connection.

    As any operation in the Object Browser uses the session variables, testing templates or script using the FULLSYNC variable, is now as easy as never before.