Laddawn.com : Return Extended Description Groups

Overviews: On the Shop tab, if the items have data that is “different” it will be displayed on the main part of the result line.

 

Processing:

  • In RPC$CONFIGGROUP_GETBYPARTNBR we are going to add a return field stating if the group has a “different” description. The field is going to be named STATUS, 1 for different, 0 for not different
  • Here is what is considered different. If the description for :
    • Material & Additives <> Standard
    • Color <> Clear
    • Printing <> None
    • Venting <> None
    • Packaging <> Cases or Packaging <> Rolls, Boxed
    • In RPC$CONFIGGROUP_GETBYPARTNBR, right after we set GROUP.DESC, add an IF statement checking if the group is “different” based on the rules above, return STATUS as 1, else STATUS=0