Solved

Write PL/SQL functions

  • 7 August 2020
  • 7 replies
  • 1912 views

Userlevel 2
Badge +8

Hi,

I’m new to IFS.

I can see these lines are in Event Actions

General_SYS.Init_Method(lu_name_, 'SUP_BANK_ACCT4', 'Unblock_Sup_Pay_Address', TRUE);  
Client_SYS.Clear_Attr(attr_);
Client_SYS.Add_To_Attr('BLOCKED_FOR_USE', 'FALSE', attr_ );

It seems these are system defined fuctions, If I want to understand these type of all fuctions/methods, where can I get? any docs or links or tools?

 

Thanks,

Narsi.

 

icon

Best answer by dsj 7 August 2020, 11:29

View original

7 replies

Userlevel 5
Badge +9

I’d be interested in any docos too. So far I’ve had to discover them myself manually by trawling through the System Info panel, or by other people telling me little bits and pieces as I go along.

Userlevel 7
Badge +20

Hi @Narsi ,

 

If you are new to IFS, IFS documentation is the best place to start with.

For your question, there’s decent explanation about IFS system defined functions and their usage is defined here.

https://wit.ifsworld.com/f1docs/apps10/Foundation1/050_development/040_core_server/027_base_server_dev/030_mechanisms/

 

To understand how everything works underneath, debug console is the best tool to start with.Open the debug console aside and then do some transaction in IFS. You can see which server calls made with parameters in the console. By this way it’s easy to understand the IFS call sequence.

 

Cheers!

Damith

Userlevel 2
Badge +8

Hi @dsj 

Thanks for your replay

Your link is redirecting to this page. I do not have login deatails for this. To see your link, do I need login details for it? If so how can I get?

Thnaks,

Narsi.

Userlevel 7
Badge +20

Hi @dsj 

Thanks for your replay

Your link is redirecting to this page. I do not have login deatails for this. To see your link, do I need login details for it? If so how can I get?

Thnaks,

Narsi.

 

Hi @Narsi ,

 

If you have a IFS portal account, then you can login with that credentials

Username: corpnet\<IFS Portal account id>

 

Otherwise, you can check the same in your local IFS technical documentation in the given path

 

Cheers!

Damith

Userlevel 2
Badge +8

@dsj  thanks

I can see that now.

Userlevel 7
Badge +18

This might also help:

https://docs.ifs.com/techdocs/Foundation1/050_development/040_core_server/027_base_server_dev/030_mechanisms/

Userlevel 7
Badge +20

This might also help:

https://docs.ifs.com/techdocs/Foundation1/050_development/040_core_server/027_base_server_dev/030_mechanisms/

 

Nice! Seems it’s public and therefore really useful :sunglasses:

 

Reply