How to Store Flow Filter (Value) in a record?

erp-technicalerp-technical Member Posts: 7
Hi to all,

Is it possible to store flow filter values in record?

My exact requirement is as follows.

We designed one template. I have to assign the range of customers applicable for that each template. To store the range in each template record i am trying to find the solution.

Can anybody help me please?

Thanks in Advance

Comments

  • krikikriki Member, Moderator Posts: 9,118
    I didn't understand what you exactly want. Can you be a little clearer?
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • Marije_BrummelMarije_Brummel Member, Moderators Design Patterns Posts: 4,262
    You can store the value of a flowfilter in a textfield by using getfilter. Then you can lateron reuse it.
  • erp-technicalerp-technical Member Posts: 7
    Hi Kriki,

    Thanks a lot for your reply....

    We designed one templte just like purchase document. User wants that, they will create templtes (Just like purchase doument). From that template, they will create (Purchase) documents for selected vendors.

    Client now want to store selected (Vendor range) vendor in templtes. So we would like to save Flow filter (Vendor table) in a Templete record.

    I would like to know how i can store flow filter in templte that may be used in future?
  • krikikriki Member, Moderator Posts: 9,118
    Hi Kriki,

    Thanks a lot for your reply....

    We designed one templte just like purchase document. User wants that, they will create templtes (Just like purchase doument). From that template, they will create (Purchase) documents for selected vendors.

    Client now want to store selected (Vendor range) vendor in templtes. So we would like to save Flow filter (Vendor table) in a Templete record.

    I would like to know how i can store flow filter in templte that may be used in future?
    Mark Brummel gave the correct way to do it.
    But there might be a problem : if the filter is very long, it will not fit into the field anymore.
    In this case it is better to create a table under your template and put in there all the vendor's (1 record per vendor) that use that template. (So primary key of the table would be ("Template","Vendor No.") with no other fields (or maybe a flowfilter to get the name of the vendor).
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • erp-technicalerp-technical Member Posts: 7
    Thanks a lot...................
Sign In or Register to comment.