setautocalcfields vs calcfields in business central | al tutorial | bc tutorial | trending

Поділитися
Вставка
  • Опубліковано 1 гру 2024

КОМЕНТАРІ • 19

  • @AbhishekSingh-nt6xb
    @AbhishekSingh-nt6xb 2 роки тому +1

    Thankyou so much ma'am please make videos on procedures and functions

  • @rutvikpatel7842
    @rutvikpatel7842 Рік тому +1

    Mam, I tried this example but it shows Zero(0) as a result.
    action(calcfield)
    {
    ApplicationArea = All;
    Promoted = true;
    trigger OnAction() begin
    IF (customer.Find('-') = true) then repeat customer.CalcFields(Balance, "Net change");
    until (customer.Next = 0); Message('Net Change %1',customer.Balance)
    end;
    }

    • @gomstechtalks
      @gomstechtalks  Рік тому

      Hope your table holds some data. Please check

  • @akshada_kadam
    @akshada_kadam 11 місяців тому +1

    Hi mam I have added custom calcfield fields in sales header i want to those fields are flow till posted sales inv , posted sales shipment . How to flow it

  • @jatin_raju
    @jatin_raju Рік тому +1

    With repeat.. untill it will reach the last record and just printed the balance of customer. What is the purpose of using calcfields and setautocalcfields here? And more thing what type of calculation we are performing here? Please explain.

    • @gomstechtalks
      @gomstechtalks  Рік тому

      In the video, the use of calcfields and setautocalcfields in a repeat-until loop is demonstrated to explain how these functions work with flow fields in Microsoft Dynamics 365 Business Central.

  • @CHIONETSEROSTEVEN
    @CHIONETSEROSTEVEN Рік тому +1

    how can I find difference between two dates in a flow field ?

    • @gomstechtalks
      @gomstechtalks  Рік тому

      Please refer to this document: learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/devenv-flowfields

    • @CHIONETSEROSTEVEN
      @CHIONETSEROSTEVEN Рік тому

      alright thanks
      @@gomstechtalks

  • @samuelstha767
    @samuelstha767 Рік тому +1

    Hi how to calculate the flow field? For example there are 10 passed boolean true and 5 failed boolean true then how can I put them in a separate field like passed 10. Failed 5. Anyone?

    • @gomstechtalks
      @gomstechtalks  Рік тому

      Can you share the code for better understanding?

  • @AbhishekSingh-nt6xb
    @AbhishekSingh-nt6xb 2 роки тому +1

    Hi ma'am please tell us how can we transfer fields from sales line to item ledger entries

    • @gomstechtalks
      @gomstechtalks  2 роки тому +1

      Are you talking about only the fields or data?
      Fields cannot be transferred, because both are base tables. you cannot edit the existing table.
      Please check whether this page is useful for you: community.dynamics.com/business/f/dynamics-365-business-central-forum/386982/send-field-value-item-to-item-ledger-entries-table-and-page
      If not, please brief your expectation.

  • @manoharvishok4860
    @manoharvishok4860 2 роки тому +1

    Can you give business Central training mam?

    • @gomstechtalks
      @gomstechtalks  2 роки тому

      Hi Manohar, I am not giving BC training.

    • @manoharvishok4860
      @manoharvishok4860 2 роки тому +1

      @@gomstechtalks ok Mam your videos are so helpful thanks for your wonderful time Mam

    • @gomstechtalks
      @gomstechtalks  2 роки тому

      Thank you so much.