Wednesday 27 July 2016

Display Checkmarks for Yes values in APEX report.


Working with Apex report, I have a table with an "active" flag column that generally stores values in either Y or N.In an Apex report, its better if it displays as green checkmark for Y & X for N, instead of displaying the literal letter. So here it is I am gonna show you how you can implement all this. I wrote few couple of custom classes utilizing the Font Awesome icon library.

I implement these two CSS classes into my global CSS file:

.check-Y:before {
 content: "\f00c";
 color: green;
}
.check-N:before {
 content: "\f00d";
 color: red;
}

The values for the content attributes can be gotten from the Font Awesome cheatsheet (ignore the &#X characters).


 You can see in image shown below. I added the following HTML expression in my APEX report ACTIVE coloumn:



When the report executes, the HTML expression will return either check-Y or check-N, thus referencing the classes with the green check mark or the red X.


Create Apex based Application for your Business from Abacasys.
Send service related queries @ info@abacasys.com or Call us @ +1-678-666-0125

Thursday 21 July 2016

Oracle releases its Biggest-ever Security update: Around 159 flaws removed



Oracle released its largest- ever set of security patches, mentioning much critical vulnerability in software & hardware products that can be exploited remotely & main part without credentials. Beating the previous record of 248 in January, this year in July 2016 oracle latest patch update resolves 276 security fixes.

In July update Company’s insecure Java framework receives fixes for 13 issues, 9 of which are exploitable remotely. Sun systems product suite & Oracle’s Fusion Middleware receive the most of the patches, with 39 & 34 each respectively.
Enterprise business applications such as JD Edwards, E-Business Suite, Siebel CRM & others are in the list those got the patch.

MySQL database gets 22 security updates & 9 fixes are available for the flagship Oracle Database.Among all critical vulnerabilities, five are evaluated as having high regular vulnerabilities scoring score of 9.8. 

Company said that they received reports that attackers had succeeded in hacking Oracle customers who failed to apply patches that are available & strongly recommended the updates the applied immediately.

"Oracle systems are complex and multi-component, not speaking about numerous customizations every company usually has," said by ERPScan.

For regural updates visit our Blog & for services Visit Abacasys

Sunday 17 July 2016

Building an Apex 5 Search Screen



APEX - explore the possibilities...

Building an Apex 5 Search Screen 

Search screens have always been a main feature of APEX applications, & there are many ways they can be implemented. Designing an interactive report gives the user a large amount of search & filter options, but can be slow & all the features many not be required. If you create a classic report page, you can mention that you would like a search bar. This is a much execution which obtains a text field page item and then uses the value entered into it in LIKE clause in the query. Second option is to make a search bar from start. Close to the one generated by the classic report wizard, but now you have full control over which columns are already searched & can also easily add any other filters you like.
Few days back I was asked to create Google Search by a user.  This is a very common request for me & mostly comes from users being used to the fast, predictive searching available on Search Engine Google.com. It could be tough to explain to the users that Google took many years & huge amount of money to develop their search tools and this is not possible for a small organization.


Predictive search bars
The main feature to duplicate is the predictive issue in the search bar and I didn’t have to do much work to get this working. By using a Text field with autocomplete item and supplying the database column you are searching. The field will predict what you are searching for based on what you have already typed.

Building an Apex 5 Search Screen - Abacasys

As you type, the results are reduced on what you have entered.

Building an Apex 5 Search Screen - Abacasys

Refresh Results

Another great feature we might want to duplicate from Google search is the automatically updating results set. Using dynamic actions we can make something similar in APEX.
A dynamic action with an event ‘Key Release’ should be attached to your autocompleting text field. This will fire every time a character is typed into the field. Just add a refresh true action that refreshes a classic report region containing the results. You may also need to upper the text entered so that the search brings back all the expected results. 

Building an Apex 5 Search Screen - Abacasys


Further typing into the search field cut the number of results displayed. Now there is no need to show ‘search’ as now that the report refreshes automatically.
Building an Apex 5 Search Screen - Abacasys


We can take this significantly further and add more filters to our search page which also cause the report to refresh when changed, giving the user a way to search data that feels a bit more modern than a regular search bar.
Building an Apex 5 Search Screen - Abacasys

For Daily Updates keep Visiting Abacasys

Tuesday 12 July 2016

Lunched Application Management Pack 13.1.1.1 for EM 13c

AMP or Application Management Pack 13.1.1.1 for Oracle E-Business suite is launched and available. This E-Business Suite plug-in for Oracle Enterprise Manager Cloud Control 13c can be used to handle Oracle Business Suite 11.5.10.2, 12.0, 12.1 and 12.2 environments.



Updates includes
Compatibility:  Enterprise Manager 13c includes several updates including a new Fusion Middleware technology stack, Edition Based Redefinition support and Alta skin user interface.




Hybrid cloud Management:
It Manage & Monitor E-Business Suite environments on Oracle Cloud & On-premise. These capabilities are delivered as EM command line interface to manage, provision, backup, clone, migrate, patch & lift-and-shift E-Business Suite on Oracle Cloud.

System Management:
-          Real User Experience Insight (RUEI) regions added up in E-Business Suite Summary Dashboard
-          Automated host aliasing


Change management:
-          Deploy recommended E-Business Suite Technology stack patches, including Database and webLogic Server patches by using EM patch plans.
-          Customization management: Now you can view the inventory of customizations in an Oracle E-Business suite environment.  You can Download or View a spreadsheet of discovered customization by customization type.
-          Cloning:  You can save cloning interview process as template that can be used in future purpose for smart clone for 12, 12.2x procedure.

For More Updates Keep Visiting our Blog & For Oracle based Services Visit Abacasys website