Hello group
I'm building an addin for MS RMS. I need to add 7 custom fields to be shown in the receipt.
For simplicity, I added the fields in the configuration table and update them with a little app I built. That's easy.
Now in my addin I need to read that fields and put them in the receipt. The specific questions I have are:
1. How I read the fields from database? How to query database with my session object?
2. How put those readed fields in my receipt?
thanks
I'm building an addin for MS RMS. I need to add 7 custom fields to be shown in the receipt.
For simplicity, I added the fields in the configuration table and update them with a little app I built. That's easy.
Now in my addin I need to read that fields and put them in the receipt. The specific questions I have are:
1. How I read the fields from database? How to query database with my session object?
2. How put those readed fields in my receipt?
thanks