restricting ledgers under fix group

Discussion in 'Free Source Codes' started by ankitinfo, Aug 26, 2023.

    
  1. ankitinfo

    ankitinfo Member


    Key : Create newpackinghose
    [Key: Create newpackinghouse]
    Key :Alt + C
    Action: CREATE: Ledger
    upon this code new ledger creation page is opened, but how to fix group "packinghouse" as fixed and cannot be changed
     


  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Give reference to the Ledger Master ---i.e. Report : ledger

    At the report level ---- Find out all the details from Part level to Field level to where the GROUP Name is to be given -- then---

    [#Report : Ledger]
    Local: Field : (ParentFieldName) : Set As : "PackingHouse" ---------or whatever your Group name you wish.
    Local : Field : (ParentFieldName) : Skip : yes
     


  3. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    From your initial query -- you need to FIX the GROUP name as "PackingHouse" when you CREATE a new Ledger using your Key and once it goes there -- you need/want/require that the Group Name should come as "Packing House" -- that is what I understood.

    and you code as above is about collection of ledgers, coming under "packingHouse" which is correct.

    So what exactly is the issue and your need?
     


  4. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    For fixing the Group Name - I have given the guidance in my above Post # 2. Follow that and it will work.
     


  5. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    You have really not READ the solutions properly -- you need to put more efforts in your skills development. :);)

    [#Form : Ledger]
    Local : Part : MSTLED Advanced : Local : Part : MST LED Parent : Local : Part : MST LED Details : Local : Line : MST Parent : Local: Field : MST Parent : Set As : $$String:"Packing House"
    Local : Part : MSTLED Advanced : Local : Part : MST LED Parent : Local : Part : MST LED Details : Local : Line : MST Parent : Local: Field : MST Parent : Set Always : Yes
    Local : Part : MSTLED Advanced : Local : Part : MST LED Parent : Local : Part : MST LED Details : Local : Line : MST Parent : Local : Field : MST Parent : Skip : yes

    Assuming -- "Packing House" is a GROUP already existing.
     
    ankitinfo likes this.


Share This Page