Arunkumar Ramar

business corporate protection safety security concept

Salesforce Success Recipe

Many of us would be familiar with Microsoft Office products especially Microsoft Excel. Microsoft Excel boasts powerful features like Formula and Macros. The formula alone is worth as you could almost create a single page application with the help of formula and there are very few who used it to its full potential. Then there

Salesforce Success Recipe Read More »

business corporate protection safety security concept

Integrate JD Edwards with Content and Experience Cloud to drive digital business process improvements

JD Edwards announces their new out-of-the-box support for Oracle Content and Experience Cloud! JD Edwards along with Oracle Content and Experience Cloud will help Facilitate in context transaction and internal operational collaboration, Simplify working with external customers, suppliers or partners, Drive digital business process improvements and Reduce storage costs This solution provides the ability to

Integrate JD Edwards with Content and Experience Cloud to drive digital business process improvements Read More »

business corporate protection safety security concept

Bilingual Portal in WebCenter Portal & Content Internationalization

If you are working with a customer who has a global presence and needs to present information in more than one language in their public facing portal or website, you can rely on Internationalization capabilities of Oracle WebCenter. Oracle WebCenter Portal supports internationalization for portal assets. However, if you integrate content from WebCenter Content, you

Bilingual Portal in WebCenter Portal & Content Internationalization Read More »

business corporate protection safety security concept

WebCenter Content User Security Check in RIDC call for Specific Content

User Security Check in RIDC call for Specific Content IdcClientManager m_clientManager = new IdcClientManager (); IdcClient m_client = m_clientManager.createClient(“<Your Hostname : Port>/cs/idcplg”); //RIDC superuser context IdcContext m_superuser = new IdcContext(“sysadmin”, “idc”); //Examples of the three concrete cache classes IUserSecurityCache m_SGCache = new UserSecurityGroupsCache (m_client, 20, 1000); IUserSecurityCache m_SGAcctCache = new UserSGAccountsCache (m_client, 20, 1000, 20000);

WebCenter Content User Security Check in RIDC call for Specific Content Read More »

business corporate protection safety security concept

WebCenter Content Add New Link in Search Result Action Menu

Below is small snippet to add a New Link under Search Result Action Menu by idocs script in resource file, <@dynamichtml extra_setup_search_results_action_popups@> <$exec rsAppendNewRow(“PopupProps”)   gt; <$exec setValue(“PopupProps”, “label”, “<Add your label here>”)   gt; <$exec setValue(“PopupProps”, “ifClause”, “<Add your Conditions here>”)   gt; <$exec setValue(“PopupProps”, “function”, “<Add URL for which we need to link>”)  

WebCenter Content Add New Link in Search Result Action Menu Read More »

business corporate protection safety security concept

How to add Menu in Content Information Page in WebCenter Content

Adding Menu in Content Information Page in Webcenter Content To add New Menu in Content Information page we need to use “custom_docinfo_menus_setup” dynamichtml in Resource file. <@dynamichtml custom_docinfo_menus_setup@> <$include super.custom_docinfo_menus_setup   gt; <$exec rsAppendNewRow(“PageMenusData”)   gt; <$PageMenusData.nodeId = “<Any ID>”   gt; <$PageMenusData.ifClause = “<Your Condition>”   gt; <$PageMenusData.parentId = “CONTENT_ACTIONS”   gt; <$PageMenusData.label =

How to add Menu in Content Information Page in WebCenter Content Read More »

Scroll to Top