Rest-API Get new RMA Head help

Does anyone know how to create a new RMA Head with rest API and have it save to the database?

I’ve tried using Custom Method calls with POST: GetNewRMAHead and UpdateExt.

Would prefer it gets the next RMA number available. Your help is greatly appreciated

What version are you running?

Have you tried using an Epicor Function based on the trace?

Once you get that working, you can call the function via REST with your own signature and hide all those nasty details from your client.

Hi Mark,

I’m on version 10.2.300.11

I’m not sure functions are added on that version? Can you confirm

I think 10.2.500 if I recall correctly.

:sob:

Are you following the trace for creating a new RMA Head?

UBAQ would be the function before the function and you can run them from REST.

And the nice thing for developing is you can make sure it is working in the BAQ designer and then just call it from REST.

1 Like