web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Suggested answer

Allow edit of the posted records in Payment Journal

(0) ShareShare
ReportReport
Posted on by 72

Hey everyone,

i'm trying to to allow edit of the posted records on payment journal 

pastedimage1682441975209v2.png

i used this code with the allowcreate(true) and allowdelete(rue) both working fine unlike the allowedit(true) that did'nt change anything .

what am i doing wrong? 

 

[ExtensionOf(formDataSourceStr(LedgerJournalTransCustPaym,LedgerJournalTrans))]
final class LedgerJournalTransCustPaym_Extension
{

    public int active()
    {
        int     ret;
        FormRun fr = this.formRun();
        FormDataSource  fds = fr.dataSource(formDataSourceStr(LedgerJournalTransCustPaym,LedgerJournalTrans));

        ret = next active();
        fds.allowEdit(true);
        fds.allowCreate(true);
        fds.allowDelete(true);
        return ret;
        
    }

I have the same question (0)
  • André Arnaud de Calavon Profile Picture
    299,397 Super User 2025 Season 2 on at
    RE: Allow edit of the posted records in Payment Journal

    Hi As,

    As per design, it is not allowed to make changes after the journal got posted. What exact business problem are you trying to solve?

  • Suggested answer
    BillurSamdancioglu Profile Picture
    19,120 Most Valuable Professional on at
    RE: Allow edit of the posted records in Payment Journal

    You can not edit posted journals.

  • Komi Siabi Profile Picture
    13,049 Most Valuable Professional on at
    RE: Allow edit of the posted records in Payment Journal

    Just like it mentioned above, if you are able to edit posted transactions, the system is flawed.

    Tell us the problem you are trying to solve here.

  • wassim.77 Profile Picture
    72 on at
    RE: Allow edit of the posted records in Payment Journal

    Thank you all for the quick responses.

    i was asked to find a solution to modify/edit the existing records on the Payment Journal history.

    i know it's not supposed to be edited but that's what i have been asked to do.

    pastedimage1682452047141v1.png

  • Anton Venter Profile Picture
    20,301 Super User 2025 Season 2 on at
    RE: Allow edit of the posted records in Payment Journal

    One of the fundamentals of ERP is posted transactions remain as is and are not edited as mentioned by the other community members above. What you have been asked should not be done, period. Find another solution.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
CA Neeraj Kumar Profile Picture

CA Neeraj Kumar 2,028

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 878 Super User 2025 Season 2

#3
Sohaib Cheema Profile Picture

Sohaib Cheema 579 User Group Leader

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans