flow of Item's Blocked field to Prod BOM Line

sunnyksunnyk Member Posts: 280
Hi,
I added one field in Prod BOM line as Blocked which checks whether the Item has blocked or not. I did this by making the blocked field in Prod BOM line table as flowfield with calcformula as lookup. But it is not flowing. Wat else i have to do now?

Comments

  • garakgarak Member Posts: 3,263
    Your calcformula could be wrong.
    Lookup(Item.Blocked WHERE (No.=FIELD(No.)))
    

    Looks it so?
    Do you make it right, it works too!
  • sunnyksunnyk Member Posts: 280
    Yes, same thing i put in calcfromula. Also on Prod BOmLIne form in calcfields property i put the blocked field also. but to no success.
Sign In or Register to comment.