Skip to main content

Notifications

Business Central forum
Answered

Conversion of amount from digits to amount in words

Posted on by

Hi All,

Am trying to convert amount from digit to words into words in Al. I have followed the link below but am getting lost somewhere in the middle. Am I supposed to access report 1401 and copy the two procedures or by mere declaration (which I can't understand) can sort me out?.


https://community.dynamics.com/nav/b/dynamicsnavcloudfronts/posts/procedure-to-display-the-amount-in-words-in-a-report-of-microsoft-dynamics-nav

Also is there any other alternative?

Kindly assist. 

  • Romryan Profile Picture
    Romryan on at
    RE: Conversion of amount from digits to amount in words

    In addition I had to declare NoText too.

  • Verified answer
    tanya07 Profile Picture
    tanya07 1,535 on at
    RE: Conversion of amount from digits to amount in words

    Hello,

    As per this mentioned post , this is calling(declaration) those two methods in a custom report from a standard report 1401 which has the definitions of the methods ( InitTextVariables , FormatNoText)

    Custom Report:

    ...

    Onaftergetrecord()

    {

    AmountVendor:= ROUND("Purchase Header"."Amount to Vendor",0.01);

    RepCheck.InitTextVariable;  //calling method 1 from report 1401

    RepCheck.FormatNoText(NoText,AmountVendor,"Purchase Header"."Currency Code"); //calling method 2 from report 1401

    AmountInWords:=NoText[1];

    }

    ...

    For an alternative you can try this - beginnersnav.blogspot.com/.../convert-number-to-words.html

    Hope this helps :)

    Thanks,

    Tanya

    Please verify the answer if it answers your query.

Helpful resources

Quick Links

Community Spotlight of the Month

Kudos to Mohamed Amine Mahmoudi!

Blog subscriptions now enabled!

Follow your favorite blogs

TechTalk: How Dataverse and Microsoft Fabric powers ...

Explore the latest advancements in data export and integration within ...

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 284,217 Super User

#2
Martin Dráb Profile Picture

Martin Dráb 225,202 Super User

#3
nmaenpaa Profile Picture

nmaenpaa 101,146

Featured topics

Product updates

Dynamics 365 release plans