0% found this document useful (0 votes)
62 views1 page

Plus P Bill Batch

The document discusses updating the status of a customer billing application to "billed" and describes: 1) Displaying a popup message when trying to change the status until all related work orders are completed. 2) The header and child objects, attributes, and relationships involved in billing batches and lines. 3) Checking that the billing batch status is "billed" before executing SQL to update the specified attribute value.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
62 views1 page

Plus P Bill Batch

The document discusses updating the status of a customer billing application to "billed" and describes: 1) Displaying a popup message when trying to change the status until all related work orders are completed. 2) The header and child objects, attributes, and relationships involved in billing batches and lines. 3) Checking that the billing batch status is "billed" before executing SQL to update the specified attribute value.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

inprogress reviewed by customer billed

appr Customer Billing Application Display a popup Message when user trying to change the status to billed untill unless all related workorder are completed. Header Object:PLUSPBILLBATCH primary attribute :BILLBATCHNUM PLUSPBILLBATCH.CUSTOMER for Customer Number and PLUSPBILLBATCH.AGREEMENT for Ag reement PLUSPBILLBATCH.PLUSPPRICESCHED for Priceschedule Child Object:PLUSPBILLLINE attribute:LINENUM,ORDERNUM RELATIONSHIP BETWEEN PLUSPBILLBATCH AND PLUSPBILLLINE=PLUSPBILLBATCH_BILLLINE RELATIONSHIP BETWEEN PLUSPBILLBATCH AND WORKORDER=WORKORDER APPLICATIONNAME=PLUSPBILL 102070 102010 IF PLUSPBILLBATCH.STATUS='BILLED' custom.plusp.webclient.beans.pluspbill.OPS_PlusPBillAppBeanExt SqlFormat sqf = new Sqlformat(userinfo, attribute+"=:1"); sqf.setobject(1, objectname, attributename, valueofAttribute); mboSet.setWhere(sqf.format());

You might also like