Productivity Suite how to map

Discussion in 'Requests' started by M S, Jun 6, 2022.

    
  1. M S

    M S New Member


    I am trying to use productivity suite for invoice customization.

    I want to get Item Description for every item. I need this Item Description line by line. .i.e. if 3-4 lines are there. They should all come line by line

    XML Map : HLItmDesc : $UserDescription
    This is giving me only first line.

    I am getting all lines comma separated like this. $$FullList:UserDescription:$UserDescription

    But I need these line by line.

    In the tally example they have created a new collection to do similar for address, line by line. I tried that, but I am very new. Do not know collections and all. I tried this, but this is not working. Kindly help.

    [Collection: HXMLItemDesc UserDescription]
    Type : UserDescription : InventoryEntries
    Filter : StockItemName

    Similarly then need mappings for
    1. Order Nos and dates. Line by line for multiple orders.
    2. GST Calculation.
     


  2. M S

    M S New Member


    for the HSN Summary table, which tokens to map ?
    $VCHGSTInvPrintIGSTAmt .. etc are not returning anything
     


  3. Marina Colors

    Marina Colors Member


    Try out Line:1 or 2 or 3 in the field coding

    [Field:xyz] (Description)
    Use:...
    Line:2
     


Share This Page