Hi
All
I am Trying to
put some code in that will change a Field on a Different table when the change
on the custtable field is Modified
Custtable
form\Datatsource\custtable\field\blocked ( this is a enum
custvendorblocked)
Change New Field on
Invoiceprojecttable (A tick Box)
It Can not edit a
record as the record has never been selected
Missing
something????
Thanking you
all
public void modified()
{
ProjInvoiceTable Projinvoicetable;
CustVendorblocked Blocked;
{
ProjInvoiceTable Projinvoicetable;
CustVendorblocked Blocked;
super();
custtable.AccountNum =
Projinvoicetable.InvoiceAccount;
if(custTable.Blocked ==
CustVendorBlocked::All)
Projinvoicetable.ECL_Blocked = Noyes::Yes;
Projinvoicetable.doUpdate();
Projinvoicetable.ECL_Blocked = Noyes::Yes;
Projinvoicetable.doUpdate();
If(custtable.Blocked == CustVendorBlocked::Invoice)
Projinvoicetable.ECL_Blocked = Noyes::Yes;
Projinvoicetable.doUpdate();
If(custtable.Blocked == CustVendorBlocked::No)
Projinvoicetable.ECL_Blocked = Noyes::No;
Projinvoicetable.doUpdate();
Projinvoicetable.doUpdate();
custTable_ds.refresh();
custTable_ds.refresh();
}
Rocco Giumelli |
Sharing the knowledge on Axapta.
Yahoo! Groups Sponsor | |
|
|
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/Axapta-Knowledge-Village/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
<<Metric logo.jpg>>