40
We have came with an issue that there are times when we need to be able to unapply transfer items entries. It would appear that the main thing stopping it is a check of the second Item Ledger Entry variable in UnApply procedure (if ItemLedgEntry2."Entry Type" - ItemLedgEntry2."Entry Type" :: Transfer then..) , however if we were to attempt to attach it to the handle event(OnBeforeUnApply(ItemApplnEntry, IsHandled)) we would need to copy all the standard code. Which seems not ideal, especially with future updates. Is it not possible to have another event added to the logic to be able to suppress the check? Or at the very least have a way to perform own check.
STATUS DETAILS
New
