|
|
By Deepesh M Divakaran, on September 16th, 2009
 There are many instances where we do Report Interconnects from Interactive Applications, like print the Order from an order screen, or process something from an interactive application button. But, in all those cases, the report fires on the Server, and you need to go visit the Work Submitted Jobs to check the output. Every User asks for the same convenience, if they can get the output direct on the screen without going to the WSJ. Here is a crude way of popping up a UBE output onto the screen, without going to the Work Submitted Jobs. This makes life easy for the users. . . . → Read More: Pop up Report/UBE after Processing
By Deepesh M Divakaran, on September 14th, 2009
 UTC stands for Universal Time Coordinate and is a long integer containing the elapsed minutes since Midnight on January 1, 1970 in Greenwich, England. Lets try some ER which would help converting timezones, from and to. Similarly use UTC time zone and its format effectively for Multi-Location Projects/softwares. . . . → Read More: Convert UTC Time Format to Local Date and Time format
By Deepesh M Divakaran, on September 10th, 2009
 BSFN – B8000002 (Delete All Rows From Table) does a delete * from tablename. The B8000007 and the B8000002 business functions must be used together to delete all the rows in a table. They will not delete the table specifications or the physical table in the database. B8000007 must be called first to get the environment handle, with the handle only then B8000002 is able to delete all records from the specified table. B8000007 must be called again to free the handle. . . . → Read More: Using BSFN to Delete All Records from a Table
By Deepesh M Divakaran, on August 27th, 2009
 There is not a standard report or simple inquiry that can be performed to see all versions with overrides. The easiest way to determine this information would be to look at the F98761 table in the central objects data source and find all records with a specific version name that have record types other then just 1. This would indicate some type of override was performed on the object. Depending on the value in the record type field (RSRCRDTP) you can determine what type of override exists for the version. . . . → Read More: Identify UBE Versions with Overrides
By Deepesh M Divakaran, on August 18th, 2009
 There are Workarounds to get EnterpriseOne installed and get working on a Windows Vista machine. Though Windows Vista, and other Server OS are not directly supported by Oracle EnterpriseOne 9.0, this article may help install and get your Vista to run JD Edwards Demo . . . → Read More: EnterpriseOne 9.0 Demo/Standalone on Windows Vista
By Deepesh M Divakaran, on August 1st, 2009
 On an Update or Delete, SV File_IO_Status will always return “CO SUCCESS” even if the update or delete is not successful because the record does not exist.The workaround is to issue a FetchSingle on the record to be updated/deleted and use the result of the SV File_IO_Status of the FetchSingle to issue the update or delete. . . . → Read More: Value of SV File_IO_Status in Table IO
By Deepesh M Divakaran, on July 22nd, 2009
 Use and develop Power browse form, power edit forms, using subforms and other system functions, and Saved query Controls, to unleash the power of EnterpriseOne for your organization. . . . → Read More: Using Power Forms (JD Edwards EnterpriseOne 8.11 onwards)
Page 14 of 16« First«...1213141516»
|
|
Recent Comments