Solved

API Get_Info_Category

  • 20 January 2021
  • 9 replies
  • 135 views

Badge +3

Hello,

 

Could You please tell me what are the attributes for API Get_Info_Category(...?). 

 

IFS 7.5

 

Best regards, 

WK

icon

Best answer by ig_ 20 January 2021, 13:33

View original

This topic has been closed for comments

9 replies

Userlevel 2
Badge +5

Hi Wojciech ,

 

which API are you calling (API name). You only named the function from the API.

 

If you’re using PLSQL Developer Studio it should also show you attributes ones you type the opening parenthesis.

 

Badge +3

Yes, right :-)

DOCUMENT_ISSUE_HISTORY_API.Get_Info_Category(...)

Userlevel 2
Badge +5

for IFS9 - don’t know if it’s the same in 7.5. worth a shot

 

Badge +3

OK thank you. I guess I still need to know the number of attributes in the parentheses. Should I always put 3?

Userlevel 2
Badge +5

you need to give all attributes. it should look something like this - line 5:

 

If you remove one attribute, it throws an error:

 

If you leave it empty, you won’t get your wanted result:

 

Badge +3

I just need to know how to filter out in the “Overview - Document Revision”, documents that already have the Approved status, on the “Approval” tab in the “Document Info”.

Badge +3

ig_ Do Gooder thank You, that API works now, THX! :-) 

Badge +3

for IFS9 - don’t know if it’s the same in 7.5. worth a shot

 

ig_ could you please check form me, attributes in APPROVAL_ROUTING_API.Get_Approval_Status(..) 

Userlevel 2
Badge +5

 

 

Ask your IT to install Oracle SQL Developer on your system. It’s free of charge and you can have direct access to the APIs.