caption of the ReqFilterFields

snehasneha Member Posts: 191
Can we change the caption of the ReqFilterFields?
Example: Sales Blanket Order Report. On Request form, I want to see as Blanket Order No. instead of No.
Change supposed to be only on report not on table

Comments

  • DaveTDaveT Member Posts: 1,039
    Hi Sneha,

    It's not possible but you could add the field to a request form and filter from there. Is it such a big problem once the users are properly trained?
    Dave Treanor

    Dynamics Nav Add-ons
    http://www.simplydynamics.ie/Addons.html
  • ara3nara3n Member Posts: 9,256
    To change the caption, you have to change it on the table.
    The problem is that the table is Sales Header. And No. can be a sales order no, a invoice no, a credit memo no etc.

    As suggested above, teach the user to learn and after a couple of weeks they'll get used to it.

    You can write something on ReqFilterHeading something to make it easier.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • Slawek_GuzekSlawek_Guzek Member Posts: 1,690
    sneha wrote:
    Can we change the caption of the ReqFilterFields?
    Example: Sales Blanket Order Report. On Request form, I want to see as Blanket Order No. instead of No.
    Change supposed to be only on report not on table
    You can.

    There are ReqFilterHeading and ReqFilterHeadingML properties on DataItem (record) on report, which enables you do achieve exactly what you want.

    Regards,
    Slawek Guzek
    Dynamics NAV, MS SQL Server, Wherescape RED;
    PRINCE2 Practitioner - License GR657010572SG
    GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
  • DenSterDenSter Member Posts: 8,304
    You can.

    There are ReqFilterHeading and ReqFilterHeadingML properties on DataItem (record) on report, which enables you do achieve exactly what you want.

    Regards,
    The OP was asking for captions for individual fields. Those properties are for the caption of the tab, not individual fields.
  • Slawek_GuzekSlawek_Guzek Member Posts: 1,690
    DenSter wrote:
    The OP was asking for captions for individual fields. Those properties are for the caption of the tab, not individual fields.
    Right.

    Maybe it is not *exactly* what he wants but still if it is one field on request form (as I understood from example) use of ReqFilterHeading seems to be fine for me..

    Slawek
    Slawek Guzek
    Dynamics NAV, MS SQL Server, Wherescape RED;
    PRINCE2 Practitioner - License GR657010572SG
    GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
  • ara3nara3n Member Posts: 9,256
    ara3n wrote:
    To change the caption, you have to change it on the table.
    The problem is that the table is Sales Header. And No. can be a sales order no, a invoice no, a credit memo no etc.

    As suggested above, teach the user to learn and after a couple of weeks they'll get used to it.

    You can write something on ReqFilterHeading something to make it easier.

    I thought I mentioned that.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • Slawek_GuzekSlawek_Guzek Member Posts: 1,690
    ara3n wrote:
    thought I mentioned that.
    Yep. You did.

    (Funny - I didn't spot at first read and was a bit surprised you didn't mention , but still didn't re-check :) )
    Slawek Guzek
    Dynamics NAV, MS SQL Server, Wherescape RED;
    PRINCE2 Practitioner - License GR657010572SG
    GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
  • ara3nara3n Member Posts: 9,256
    It's ok to restate or suggest the same thing.
    It helps the original post.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • snehasneha Member Posts: 191
    Okay, there is no way to change ReqFilterFields caption, Thanks for your input.
Sign In or Register to comment.