Is it possible to automatically set value for 'purchase type' field in Purchase reqeuest based on whether product is flaged as 'Capitalizable' or Not.

SOLVED

 E.g. If Product is flagged as 'Capitalizable', it should automatically set to 'Fixed Asset' otherwise 'Purchase'

Parents
  • +1
    verified answer

    Hello,

    The only way would be to write a development to accomplish that. Look for an entry point that might help with that. Although this is NOT recommended, the standard delivered process SUBPSH.src might be the source code to modify. Search for the purchase type field LINPURTYP in the process SUBPSH.  The Fixed Asset flag is FLGFAS.

Reply
  • +1
    verified answer

    Hello,

    The only way would be to write a development to accomplish that. Look for an entry point that might help with that. Although this is NOT recommended, the standard delivered process SUBPSH.src might be the source code to modify. Search for the purchase type field LINPURTYP in the process SUBPSH.  The Fixed Asset flag is FLGFAS.

Children