How are custom billing settings encoded in the contracts table? I need to find contracts that are using certain exceptions, or in other cases, missing exceptions.
Below is an example. I put each item on a separate line for clarity, all are run together in the Exceptions field. Also not shown is what must be a special delimiter (hex 7F) character at the end of each. Obviously the RecID for the items is there and probably Y=Yes, N=No, C=? "chargeable" for the billing status checkbox?
ITM1EWKVS1XALH3O7IX1=Y,N
ITMKVFPU6I5RJ0RNBY2R=Y,C
ITMPPHO00OGZZ7VQ77R0=N,N
Thanks for providing some details on what the Y/N/C coding means.
Below is an example. I put each item on a separate line for clarity, all are run together in the Exceptions field. Also not shown is what must be a special delimiter (hex 7F) character at the end of each. Obviously the RecID for the items is there and probably Y=Yes, N=No, C=? "chargeable" for the billing status checkbox?
ITM1EWKVS1XALH3O7IX1=Y,N
ITMKVFPU6I5RJ0RNBY2R=Y,C
ITMPPHO00OGZZ7VQ77R0=N,N
Thanks for providing some details on what the Y/N/C coding means.
Comment