microsoft / ALAppExtensions

Repository for collaboration on Microsoft AL application add-on and localization extensions for Microsoft Dynamics 365 Business Central.
MIT License
781 stars 620 forks source link

Publisher required in Record Restriction:: CodeUnit(1550) Record Restriction Mgt.: Ticket No: 2407100030004957: Issue in Indian Localization using Work flow .. and using cancelled cheque feature. #26882

Open BCideas opened 3 months ago

BCideas commented 3 months ago

Describe the request

We require publisher in CodeUnit(1550) Record Restriction Mgt::

1) Method Name: [EventSubscriber] CheckPrintRestrictionsBeforeModifyCheckLedgerEntry Location: CheckRecordHasUsageRestrictions Where: Before

2) Method Name: LOCAL RestrictGenJournalLine Location: IF ApprovalsMgmt. IsGeneralJournalLineApprovalsWorkflowEnabled (GenJournalLine) THEN

Where: Before

Its urgent because in Indian Localization: We have feature of cancelled check, which when we are using Work Flow, then creating Record Restrictions, It is maintaining record history, and unable to handle work flow properly in BC. In NAV 2016, we were able to do handle it through custom solution. Please take it on higher priority. We are doing Migration from 2016 to BC and stuck at this area. We need the solution within a couple of weeks. Thanks in Advance.

Additional context

There is a Cheque cancellation feature in Indian Localization and on cancellation of check , when work flow is enabled, causing issue as it creates Record Restriction etc. so causing approval process in Business Central. Internal work item: AB#542411

azure-boards[bot] commented 3 months ago

✅ Successfully linked to Azure Boards work item(s):

Groenbech96 commented 1 month ago

I will close this ticket for lack of information. Please reopen new ticket if needed and provide code samples for the events you need.

BCideas commented 1 month ago

It was very urgent, and without a customer concent, how it has been closed. Its surprise. Have you sent any email earlier for detailing. Not acceptable, pls.

With Kind Regards,

@.***

From: Magnus Hartvig Grønbech @.> Sent: 24 September 2024 14:25 To: microsoft/ALAppExtensions @.> Cc: Anil Dhyani @.>; Author @.> Subject: Re: [microsoft/ALAppExtensions] Publisher required in Record Restriction:: CodeUnit(1550) Record Restriction Mgt.: Ticket No: 2407100030004957: Issue in Indian Localization using Work flow .. and using cancelled cheque feature. (Issue #26882)

Closed #26882https://github.com/microsoft/ALAppExtensions/issues/26882 as not planned.

— Reply to this email directly, view it on GitHubhttps://github.com/microsoft/ALAppExtensions/issues/26882#event-14377783804, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AZWWPMXVIQV3YU2RJK3ZVVLZYESGHAVCNFSM6AAAAABK77RDUKVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJUGM3TONZYGM4DANA. You are receiving this because you authored the thread.Message ID: @.**@.>> Disclaimer - This e-mail and any attachment are confidential correspondence intended only for use of the individual or entity named above. If you are not the intended recipient for the agent responsible for delivering the message to the intended recipient, you are hereby notified that any disclosure, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender by replying to this message, and then delete this message from your system. Disclaimer - This e-mail and any attachment are confidential correspondence intended only for use of the individual or entity named above. If you are not the intended recipient for the agent responsible for delivering the message to the intended recipient, you are hereby notified that any disclosure, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender by replying to this message, and then delete this message from your system.

Groenbech96 commented 1 month ago

I dont think you understand how this process works.

BCideas commented 1 month ago

This concern is raised long back. Nothing came back to us, whether you require more information, but suddenly we are receiving an email for closure of an issue. That’s my concern and nothing.

With Kind Regards,

@.***

From: Magnus Hartvig Grønbech @.> Sent: 24 September 2024 16:57 To: microsoft/ALAppExtensions @.> Cc: Anil Dhyani @.>; Author @.> Subject: Re: [microsoft/ALAppExtensions] Publisher required in Record Restriction:: CodeUnit(1550) Record Restriction Mgt.: Ticket No: 2407100030004957: Issue in Indian Localization using Work flow .. and using cancelled cheque feature. (Issue #26882)

I dont think you understand how this process works.

— Reply to this email directly, view it on GitHubhttps://github.com/microsoft/ALAppExtensions/issues/26882#issuecomment-2370995056, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AZWWPMUZJEYSAA3ZIZRVARLZYFEBLAVCNFSM6AAAAABK77RDUKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNZQHE4TKMBVGY. You are receiving this because you authored the thread.Message ID: @.**@.>> Disclaimer - This e-mail and any attachment are confidential correspondence intended only for use of the individual or entity named above. If you are not the intended recipient for the agent responsible for delivering the message to the intended recipient, you are hereby notified that any disclosure, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender by replying to this message, and then delete this message from your system. Disclaimer - This e-mail and any attachment are confidential correspondence intended only for use of the individual or entity named above. If you are not the intended recipient for the agent responsible for delivering the message to the intended recipient, you are hereby notified that any disclosure, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender by replying to this message, and then delete this message from your system.

Groenbech96 commented 1 month ago

Ok. To make this easy for both of us i will reopen this ticket, but still ask you to provide code samples for the events you need, where you need them. Look at other event requests to see how it should be done.

BCideas commented 3 weeks ago

Hi Concern,

The context is on Indian Scenario using Cancellation of Cheque😊

i) Enable Cheque Ledger entries in General Ledger setup

@.***

ii) Create Approval Work-Flows -Using Standard approval workflow for General Journals, Journal Voucher, Bank Payment, Bank Receipt. Work flow entries are being created, approved.

iii) Cheque ledger entries are being created and user tries to Void /cancel that entry.

iv) System will cancel those entries, but at the same time, it will create a record restriction entry Workflow record restriction and hence user is unable to cancel/approve workflow further.

You please forward the case to Indian Localization team and also we just want publishers.. to publish our code. Earlier in Nav 2016 IN, we have handled this issue through our custom code.

But right now, while migration to BC, we are unable to handle this issue as we are not finding publisher to publish our code. Refer the following details and was attached on the git hub as well.

Required Publisher Details CodeUnit(1550) Record Restriction Mgt. Method Name Location Before/After [EventSubscriber] CheckPrintRestrictionsBeforeModifyCheckLedgerEntry CheckRecordHasUsageRestrictions Before LOCAL RestrictGenJournalLine IF ApprovalsMgmt. IsGeneralJournalLineApprovalsWorkflowEnabled (GenJournalLine) THEN Before

With Kind Regards,

@.***

From: Magnus Hartvig Grønbech @.> Sent: 24 September 2024 21:11 To: microsoft/ALAppExtensions @.> Cc: Anil Dhyani @.>; Author @.> Subject: Re: [microsoft/ALAppExtensions] Publisher required in Record Restriction:: CodeUnit(1550) Record Restriction Mgt.: Ticket No: 2407100030004957: Issue in Indian Localization using Work flow .. and using cancelled cheque feature. (Issue #26882)

Reopened #26882https://github.com/microsoft/ALAppExtensions/issues/26882.

— Reply to this email directly, view it on GitHubhttps://github.com/microsoft/ALAppExtensions/issues/26882#event-14384075356, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AZWWPMSWWMCR6OHPV5MSHKTZYGB2DAVCNFSM6AAAAABK77RDUKVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJUGM4DIMBXGUZTKNQ. You are receiving this because you authored the thread.Message ID: @.**@.>> Disclaimer - This e-mail and any attachment are confidential correspondence intended only for use of the individual or entity named above. If you are not the intended recipient for the agent responsible for delivering the message to the intended recipient, you are hereby notified that any disclosure, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender by replying to this message, and then delete this message from your system. Disclaimer - This e-mail and any attachment are confidential correspondence intended only for use of the individual or entity named above. If you are not the intended recipient for the agent responsible for delivering the message to the intended recipient, you are hereby notified that any disclosure, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender by replying to this message, and then delete this message from your system.