Hi,
I'm looking for a way to unmanage a transaction on a daily basis. We have a maintenance windows every night. If I look in "unmaneg scheduling utility" I have no option to select my transactions. Is there another way to perform this?
Eike
Eike, I am afraid this is currently not supported but it is definitely something we are considering for a future release.
Michal is correct. This is currently being tracked internally as FB89195.
In the interim you can set up an SQL job to disable/enable based on a schedule..
update SEUM_Transactions set islicensed=1 where Description like '%MAINT%'