Edit Cost Centres in Fin Data module

Issue #769 resolved
Brian Lewis repo owner created an issue

No description provided.

Comments (2)

  1. Brian Lewis reporter

    To edit a particular code type ( in this case “costcentres”) you can create a navigation entry like so:

    site.lookups({lkp: "costcentres"})

    So for example,

    1. create findata.costcentres entry in navigations
    2. Give the descirption “Set up Cost Centres”
    3. Assign this state : site.lookups({lkp: "costcentres"})

    Worth remembering that this will work with any lookup type.

    See also the comments on using parameters in navigation in Issue #703, which does the same technique:

    site.cloudfiles.list({fileType:'WASH'})

  2. Log in to comment