3 thoughts on “How to Retrieve Values from the Stock Item Master -1”
Sir, $storagename:collectionname:$collectionfieldname
In this code “$STORAGENAME” i understand “COLLECTIONNAME” also i understand but “$COLLECTIONFIELDNAME” i am not understand so plz tell me about more $collectionfieldname what is collectionfieldname and how do we know this ?
Sir, $storagename:collectionname:$collectionfieldname
In this code “$STORAGENAME” i understand “COLLECTIONNAME” also i understand but “$COLLECTIONFIELDNAME” i am not understand so plz tell me about more $collectionfieldname what is collectionfieldname and how do we know this ?
It is the propery name of the collection
like $mobile:ledger:$ledgername or $email:ledger:$PartyLedgerName
that means whatever ledger you select in a voucher it will fetch its udfname
If you want to fetch an udf from stock item then it will be $udfname:stockitem:$stockitem or simply $udfname:stockitem:$name
Because all collections’s first propertyis the $name or $ledgername or $stockitem or $name
you will get chapters ahead on how to know know the udfname from a collection