Is there anyway to automate any of the functions of the POS Configurator application? It seems to me that all it is doing is making updates to the database but when I try to replicate this using SQL statements I break things.
More specifically, my client wants the ability to dynamically update the check trailer to provide bounce-back coupons that change depending on the day and meal time (lunch or dinner).
I know that this is all located in the trlr_def table and that it can be modified in the Sales->Descriptors->Trailers tab. But when I try to change an image in the trailert with a SQL statement it breaks the database and I have to roll back. I have no problem changing the text lines but for some reason the image lines are having an issue.
More specifically, my client wants the ability to dynamically update the check trailer to provide bounce-back coupons that change depending on the day and meal time (lunch or dinner).
I know that this is all located in the trlr_def table and that it can be modified in the Sales->Descriptors->Trailers tab. But when I try to change an image in the trailert with a SQL statement it breaks the database and I have to roll back. I have no problem changing the text lines but for some reason the image lines are having an issue.