This topic contains 3 replies, has 0 voices, and was last updated by roberth 9 years, 8 months ago.

  • Author
    Posts
  • #10253

    roberth

    I’m looking to hide the rate column entry on item receipt records depending on the users role. Unfortunately it doesn’t look like I can do this via workflow, or am I missing something?
    This is a cached copy. Click here to see the original post.

  • #10254

    ALAGARSAMY

    Hi Roberth,

    It cannot be possible by workflow.. You have to deploy the Custom Script..

  • #10255

    sklett

    Workflow would be wrong technology for this.

    Two options:Use a custom form that hides this column and restrict the form to the Role (Assuming Rate can be hidden, there are some that cannot)
    Use a script (user event, before load) to hide the column

    The form is the preferred method: when there is a non-code solution it’s almost always preferable in the long run.

  • #10256

    roberth

    Thanks

    I ended up hiding the field on the form. Appreciate it

You must be logged in to reply to this topic.