Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics NAV (Archived)

FlowFields

(0) ShareShare
ReportReport
Posted on by

I Have never worked with flowfields. I've set up a flowfield in the Item Variant table called "Customer Specific" with a Boolean data type. On the Page when I set change the value I get this Error

 84.PNG

Here's the FlowField Properties 

85.PNG

*This post is locked for comments

  • RE: FlowFields

    thanks for pointing that out, I've set it to the correct GET, however error still continues :(

  • Suggested answer
    Mohana Yadav Profile Picture
    Mohana Yadav 60,161 Super User 2025 Season 1 on at
    RE: FlowFields

    Is customer specific primary key of item variants table?

    you should check the get line

  • RE: FlowFields

    Hi this is my code surrounding this FlowField. Have I used it wrong?

    recProdOrderComponent.RESET;

    recProdOrderComponent.SETRANGE(Status, recProdOrderComponent.Status::Planned);

    recProdOrderComponent.SETRANGE("Prod. Order No.",recProdOrder."No.");

    // Check If Items found are Customer Specific

    IF recProdOrderComponent.FINDFIRST THEN REPEAT

     IF recProdOrderComponent.FixedVariant THEN

       ItemVariant.GET(ItemVariant."Customer Specific");

       IF ItemVariant.CALCFIELDS("Customer Specific") THEN

       //Compare Production Order No. agaisnt Manufacturer of Item Varient.

       IF recProdOrder."No." <> ItemVariant.Manufacturer THEN

       ERROR('WRONG');

    UNTIL recProdOrderComponent.NEXT = 0;

  • Suggested answer
    Tharanga Chandrasekara Profile Picture
    Tharanga Chandrasekara 23,116 on at
    RE: FlowFields

    flowfield errors are very misleading. Do you have any code which use the flowfield ?

  • Suggested answer
    Mohana Yadav Profile Picture
    Mohana Yadav 60,161 Super User 2025 Season 1 on at
  • Suggested answer
    Amol Salvi Profile Picture
    Amol Salvi 18,694 on at

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

Daivat Vartak – Community Spotlight

We are honored to recognize Daivat Vartak as our March 2025 Community…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Kudos to the February Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,516 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,430 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans