fakhruddin
(fakhruddin husain)
September 2, 2019, 3:35pm
1
I am writing a bpm to create PO suggestion but getting an error, the GetNewSugPoDtl function giving an error.
Erp.Contracts.POSuggSvcContract POSugg = null;
POSugg = Ice.Assemblies.ServiceRenderer.GetService<Erp.Contracts.POSuggSvcContract>(Db);
var POSuggds = new Erp.Tablesets.POSuggTableset();
POSugg.GetNewSugPoDtl(ref POSuggds);
I assume the last line gives you the error?
I believe you can’t create suggestions from nothing, there must be a source that generates them through the Process.
fakhruddin
(fakhruddin husain)
September 2, 2019, 3:44pm
3
Any Alternate way to create PO Suggestion.
We have set of data to create PO Suggestion.
Why create a suggestion? Could you just create the PO?
fakhruddin
(fakhruddin husain)
September 3, 2019, 1:08am
5
It’s a client requirement. First, they want PO Suggestion them PO From them.
Gil_V
(Gil Violette)
September 3, 2019, 1:32pm
6
Isn’t that normal Epicor operating? Take MRP suggestions and convert them?
Banderson
(Brandon Anderson)
September 3, 2019, 1:39pm
7
You can use planning contracts (not the same as contract PO) to add requirements for jobs that aren’t in the system yet. There’s other setup to make it work, read through the thread below to see how we use them.
So we just upgraded to 10.1 and one of the features that we want to use is the planning contracts. The help files are a little lacking in this new feature, and since it touches so many different things, I can see the difficulty in making a comprehensive help file on this.
So I’ve been trying to learn some things by trial and error in out test system and have a couple of questions about what I am seeing so far.
Has anyone done any automation for creating the planning contract and contract bin…
1 Like