WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > Latest posts > General

General

WEBCON

WEBCON BPS is a platform, not a ready-to-use application, so by default, the platform does not know what type of data is stored in it, and it is not possible to do such an audit for a platform.

You need to build the application according to the given rules and audit this type of application - and yes, it is possible to do it. Sometimes it needs a separate, dedicated database or even a separate instance of WEBCON BPS, but it is possible. WEBCON team can help with such a project.

Hello, I have a question more about the Polish side of the forum. There is a regulation available in the Journal of Laws that specifies the requirements for storing employee documentation as well as the method of transferring it between IT systems. Has WebCon BPS been audited in this respect and do we know whether it meets the requirements set out in the regulation?

https://isap.sejm.gov.pl/isap.nsf/download.xsp/WDU20180002369/O/D20182369.pdf

Hello,

We have set a working Oracle connection. There is a procedure with 2 params, one IN, another OUT. Running a Business Rule containing a SQL Command against the Oracle connection:

declare
l_out NUMBER;
begin
ZZ_WEBCON_TEST.TEST_PROCEDURE(P_IN => {BRP:21}, X_OUT => l_out);
end;

where {BRP:21} is a Business Rule decimal parameter.
The Rule is working, Oracle procedure gets executed (witness on Oracle db) and most probably returns l_out.

My question is: how do I get the l_out value? Tried another Rule parameter but query not working any longer.

Thank you,
Mihail