BaanERP
Depending on the level of solution tools, APIs BaanERP may need to be in control.
Actually, very often, at least for most installations, the APIs are to be determined, but before making a specific technique, or an estimate of timing, you'll always do a simple test to verify its effective operation.
A minimum test that makes sense to test a change may consist of a field for a session type 1/2/3, with a 3GL. In particular:
1) Run a stpapi.put and stpapi.find
2) Check that retrieve the records by find is correct (ret.val. = 0 and appropriate values).
3) Replace the value of a field, for example through stpapi.update.
In general, the critical point is the number 2: it often happens that, if there is a problem, this is the find.
I have not yet identified the level of solution tools that ensure proper operation of the API. But if these are uncertain, there is always an alternative: we must not forget that in BaanERP, there are still the DAL. Even if they do not have the level of detail in terms of Hooks that is found in LN, they are still valid. And do not forget to also allow the management of transactions.
0 comments:
Post a Comment