Solved

I am new to IFS and Custom Events

  • 30 March 2021
  • 4 replies
  • 251 views

Badge +4

Trying to find any documentation on how to use the APIs. Can anyone point me into the correct direction?

icon

Best answer by william.klotz 31 March 2021, 00:51

View original

This topic has been closed for comments

4 replies

Userlevel 7
Badge +21

Hi @RCusick ,

 

You could start by going through the IFS documentation below or on your local installation.

 

IFS Custom Events Documentation

https://docs.ifs.com/techdocs/Foundation1/040_administration/240_integration/320_events/default.htm

 

IFS Docs

https://docs.ifs.com/techdocs/Foundation1/

 

Regards,

William Klotz

Badge +4

Thank You @william.klotz, this information is very helpful. 

I was hoping you could help me with something in the same area. I am looking for a list of all functions and procedures in things like SALES_PART_API and INVENTORY_PART_API. Is there a way to find this information? 

 

Again, thank you

 

Userlevel 7
Badge +21

HI @RCusick ,

 

When want to find the functions and procedures within a package I usually run PL/SQL Developer and open the package in view only mode so I can look at the API’s.  If you do not have PL/SQL Developer you can use any SQL developer software to connect to the database and view the packages.  Always make sure you open them in view only mode and do it in your development or test environments to prevent accidents.   PL/SQL Developer as well as some other tools can actually generate a document of a specific API so you can store them locally and access them later.

 

Regards,

William Klotz

Badge +4

I did find that in PL/SQL Developer, we recently bought several licenses. I was just wondering if there was a reference of all IFS API’s that I could access. Thank you for your help.