As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
Nico,
You are correct on both counts. When you send a save from Business Logic A to collection B, collection B's pre-save logic will not be triggered. If you need to do so, you can call this via API (within business logic).
Do you have any other questions?
Thanks,
Nico Barelmann
Hi,
scenario:I do have a collection ("a") where i do some stuff on the "preSave" phase - At least saving a entity into another collection ("b"). Problem: On the collection b i have some scripts inside the preSave - but it seems that this script is ignored? (I've checked if it's ignored manually, but it's not bypassing)
Any idea? Should i insert he object by calling a rest api from the businesslogic instead using collectionaccess - does this make any difference?
best, Nico