bsfn

  1. E9.1 Media Object File insert

    Hello, I'm trying to attach a PDF (GTMOTYPE = 1) to a work order, and I currently run Business Functions but I don't have Orchestrator available. I could probably do a direct insert to F00165 but I'd like to use an API. I've tried MigrateFileToMediaObject from B90CA892 like this...
  2. Xhikito

    E9.2 List new BSFN in 9.2.7

    Hi Everyone, Do you know if there is a way to list the new native BSFNs delivered in a release by Oracle? I need to know is there is a way on 9.2.7 to retrieve the path to the PDF from a submitted job already implemented. (Natively) If there is nothing in that release, could the PDF path be...
  3. santismf

    E9.2 Granting Security to Business Function

    Dears, This is my first post, so please let me know if I'm asking this on the wrong forum! So I'm being asked by a functional user to create a role that grant full access to specific business functions (these start with an N*) and also they provided me with 5 tables in which they need to...
  4. E9.2 Create a table dinamically is possible in jde?

    I'm thinking of a solution that parses a .txt file, creates a table and inserts values into it. But I don't know if there's a way. I kind want to make it generic. Is there any BSFN that create tables dinamically?
  5. E9.2 ReturnFYPN giving 043Y on companies which clearly exist

    We are calling ReturnFYPN on some companies in E1. The five companies created by one person return dates just fine. The other, older companies return 043Y which indicates that the company does not exist. It certainly does. Have any of you ever encountered this? ReturnFYPN is pretty simple...
  6. E9.1 JDB_InsertFromSelect API

    Does anyone have an example on how to call JDB_InsertFromSelect and/or JDB_InsertFromSelectExtended APIs? Looking into db_proto.h it seems it receive two HREQUESTs (one for table to perform the set_selection and the other to the table to perform the insert) but the other parameters I couldn't...
  7. Failed to deploy update package(with custom BSFN) on E1Subsystem in AS400

    In our E1 (9.1/AS400) system, there are four E1 Subsystem (1st one is E1Subsystem and rest of them(three) are timeZone specific E1subsystems)exists in Production . Built update package with one custom BSFN along with other OL objects . But deployment is failing on three timeZone specific...
  8. Failed to deploy Update package on timeZone E1subsystems in AS400

    In our E1 (9.1/AS400) system, there are four E1 Subsystem (1st one is E1Subsystem and rest of them(three) are timeZone specific E1subsystem)exists in Production . Built update package with one custom BSFN along with other OL objects . But deployment is failing on three timeZone specific...
  9. Issue using CBSFN "CalcDiscNoTax" B0000283

    I encountered some strange behavior in this standard Cbsfn. I'm using JDE 9.2. There is a line of code which says "iDec = Decimals(&lpDS->mnAmountGross);" This is used to know the Decimal place of the variable. When i debug this BSFN i see that when ever this BSFN is called from F0411Editline...
  10. Is there a way to build business functions outside Busbuild, i.e using the VS

    I need to build business functions but visual studio is not working for unknown reasons. Somewhere I had read about an article where you could create a make file and build the JDE bsfn completely in Visual Studio.
  11. F4311FSBeginDoc when making PO Change Orders

    Just a note to everyone and myself. When calling F4311FSBeginDoc for Purchase Orders, the field szOrderSuffix must always be "000", even when making a change order. The F4311EditLine is where you set szOrderSuffix to a non-000 number such as "001". So if you are using header...
  12. BSFN Find File with wildcards on AIX

    Hi All, we need to find files using wildcards on AIX. How do you solve it? Standard BSFN doesn´t work. Thanks for reply. Petr
  13. Need business function B0801350

    Hi, My client is on release 9.1 and I do need to look at business function B0801350 for Employee business service. Would any of you have this business function and it's header file handy? If not, what's the best way to get it from Oracle support?
  14. BSFN to create F5201 contract?

    Does anyone know which Business Function to call to create a new F5201 record? i see alot of Delete functions, and line-level functions, but cannot locate one for the header.
  15. BSFN not running on Enterprise server, running on application server and fat client

    Running Xe sp24.20 We have a custom business function which calls another custom business function that ultimately calls the Inventory Transfer Master Business function (XT4113Z1). Running top level business function on a fat client is successful. Full packages have been built and deployed to...
  16. SSN Validation third party plug in

    One of my clients is looking for SSN validation solution. They want to verify that SSN provided in AB record is correct/existing SSN. Are there any third party solutions available for this? or can this be done by JDE business functions. We are already using bsfns to validate and scrub 9 digit...
  17. alfredorz

    jdeCallBusinessService error 101

    Hi Guys, I've created a proxy bssv to call external bssv from jde (to webcenter content). I tested from java class and works fine. I've created a BSFN to call proxy from batch, but I have a problem because idReturnValue return 101. I deployed to Integrated WebLogic and the security is...
  18. Debugging BSFN - How to Add DLL in Visual Studio 2005/2008 for Rel B7333

    :confused:B7333 release: oexplorer.exe has to be used for debugging BSFNs in Visual Studio (newer version uses ActiveConsole.exe). In addition to oexplorer.exe we need to add DLL which contains BSFN we wish to debug. VC 6.0: all set. Visual Studio 2005 or 2008. I can open project and select...
  19. Need your help on using B4200310 BSFN

    Hi all, need your advice on using the BSFN B4200310 Begin Doc Edit Line End Doc I had filled each required fields in those business function, and put cCMDocAction as C (Change), and i wish to update F4211.LOTN, F4211.LOCN and F4211.SOQS. But it didn't update anything except update in F4201...
  20. jde training

    Hi,i am looking for some training in business functions development. any pointers will be very helpful...Thanks in advance...
Back
Top