Get PartMtl from PartNum and PartRev?

I have a PartNum, RevisionNum and a Company. What adapter can I use to grab the MtlNum?

JobMtlSearch

1 Like

Thank you sir. Easy as that. :blush:

Why can I find my record in ERP.PartMtl and not ERP.JobMtl?

JobMtl is not hierarchical. The JobMtl is related to the JobAsm record.

1 Like

I want to run this query via an adapter and get a result

select * from ERP.PartMtl
where Company = '01800000' AND PartNum = '01000028' AND RevisionNum = 'A'

Use a BAQ there is no adapter for just PartMtl

1 Like

Thank you. Guess it’s time to make my first haha

You should be using BAQ’s 99% of the time they are much faster and efficient than the adapters.

1 Like

Ahhhh. This I did not know.

:+1:

Unrelated to your issue I would HIGHLY HIGHLY Recommend a cursory reading o the ICE Tools and the Customization Guide. There are a LOT and I mean A LOT of ways to skin a cat in Epicor and these guides will expose you to all of them.

I promise it will make your life a thousand times easier.

2 Likes

@hkeric.wci hooked me up with it

It’s also in the help files, which it super helpful. The user guides have step by step walk throughs to get you through some of the basics. WITH PICTURES!! (unlike the rest of the regular help files)

1 Like