I am looking for a way for the UI to be aware that a Server Exception Error message has been displayed
Is there a way to have the UI do something once the message has been displayed?
bw
Jose C Gomez
T: 904.469.1524 mobile
Quis custodiet ipsos custodes?
On Tue, Dec 9, 2014 at 3:28 PM, bwalker@... [vantage] <vantage@yahoogroups.com> wrote:Â<div> <p></p><p><span>I am looking for a way for the UI to be aware that a Server Exception Error message has been displayed</span></p><p><span><br></span></p><p><span>Is there a way to have the UI do something once the message has been displayed?</span></p><p><span><br></span></p><p><span>bw</span></p><p></p> </div> <div style="color:#fff;min-height:0;"></div>
Bernie
What you want is a bpm, use the bpm to check the invoice /packing slip and throw an exception which will prevent the user from continuing.
Put the bpm on packing slip update method
On Dec 9, 2014 6:54 PM, "Bernie Walker" <bwalker@...> wrote:Jose,
Â
We have implemented a program with select suppliers to automatically create invoices using the Receipt Entry Pack Slip number as the ‘invoice’ number. In V8 we have a huge problem preventing duplicate ‘invoice’ numbers which really causes all kinds of grief.
Â
In E10 there is an APInvoice Adapter method called ValidateInvoiceID unfortunately if it detects a duplicate invoice number, it throws a server error – no other output – This is fine for the service connect workflow that creates the invoices automatically, but I want to check at receipt entry and prevent the packslip number from being used.
I have customized ReceiptEntry and the Error message is thrown when a packslip number that would be used as an invoice number is checked – however receipt entry will continue on if the Data Entry person chooses to ignore the message. I want to trap this error and clear the packslip number from the screen to forcibly prevent it from being used
Â
Bernie
Â
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Tuesday, December 09, 2014 3:38 PM
To: Vantage
Subject: Re: [Vantage] E10 CustomizationÂ
What is your end goal? That seems like an odd thing to need. Maybe we can find a better way for you.
Â
PS: You can try to look at the After Adapter Method but I don't recall it containing error information.
Jose C GomezSoftware Engineer
T: 904.469.1524 mobileE: jose@...
http://www.josecgomez.com
Â
Â
Â
Â
Â
Â
Quis custodiet ipsos custodes?Â
On Tue, Dec 9, 2014 at 3:28 PM, bwalker@... [vantage] <vantage@yahoogroups.com> wrote:
Â
I am looking for a way for the UI to be aware that a Server Exception Error message has been displayed
Â
Is there a way to have the UI do something once the message has been displayed?
Â
bw
Â
Hello,
New to E10, and to customization, I wanted to run my project and current issue by the group to see if anyone can give me either high-level suggestions, or specific thoughts to my existing question.
I have the need to modify the quoting module so that I can create a sheet where values are entered and then calculations are done to write to a bound quotedtl extended field. I have been able to successfully create the new custom sheet, and update the _c bound fields, but when ever I try to programitically update the field, the data is not written to the DB. Is there a function used to write the data? So in other words, if I enter data in the field, it is saved. But if I set the value via C# the values are not saved.
Thank you for any help!
Dave
Are the UD tables synced with the db?
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Tuesday, January 6, 2015 1:23 AM
To: vantage@yahoogroups.com
Subject: [Vantage] E10 Customization
Hello,
New to E10, and to customization, I wanted to run my project and current issue by the group to see if anyone can give me either high-level suggestions, or specific thoughts to my existing question.
I have the need to modify the quoting module so that I can create a sheet where values are entered and then calculations are done to write to a bound quotedtl extended field. I have been able to successfully create the new custom sheet, and update the _c bound fields, but when ever I try to programitically update the field, the data is not written to the DB. Is there a function used to write the data? So in other words, if I enter data in the field, it is saved. But if I set the value via C# the values are not saved.
Thank you for any help!
Dave
Yes they are sync'd and I can see them and bind them to the form.
Just curious….Can you create an updateable BAQ and update that field?
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Tuesday, January 6, 2015 10:48 AM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] E10 Customization
Hi,
Yes they are sync'd and I can see them and bind them to the form.
Dave
Check your references…
Table references changed from “ERP†to “ICEâ€
Erp.Tables.UD01 UD01;
To
Ice.Tables.UD01 UD01;
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Tuesday, January 6, 2015 11:58 AM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] E10 Customization
Hi,
Yes, updatable BAQ I can manually update the data fine as well.
Dave
What version are you testing? Im having issues using UD fields while testing 700.3
Im live on 500.1
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Tuesday, January 6, 2015 12:02 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] E10 Customization
Check your references…
Table references changed from “ERP†to “ICEâ€
Erp.Tables.UD01 UD01;
To
Ice.Tables.UD01 UD01;
From:
vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Tuesday, January 6, 2015 11:58 AM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] E10 Customization
Hi,
Yes, updatable BAQ I can manually update the data fine as well.
Dave