Create a contact page in oracle rightnow customer portal - rightnow-crm

I am new to oracle right now. I am trying to create contact page .
How to create the contact page ?
How to create incident page ?

In the reference implementation oracle gives you basic pages which can be customized. You can visit your portal pages by going through pages using cyberduck or other webdav software. For read view you can visit https:///dav/cp/customer/development/pages in browser.

Related

Adding manual schema (rich snippet) code to wordpress website( template) without yoast

we are working on SEO for one of the content related (article, videos) website and using wordpress template to build the website. Now if I use yoast generated schema the standard webpage schema is being used to all the pages which I really don't want and won’t be useful. I need to insert the schema according to the page category that can be manually coded (json-ld) or using any plugin that supports category wise schema uploading.
Please help me how to add schema code manually to wordpress website each page or any plugin that will help me to do the same.
you can use to Custom Fields.
you need add your schema code to article and Video Custom field and choose that on every post.

How can I get an url to a statement using a Chargify API?

How can I get an url to a statement using a Chargify API?
I want a user to be able to click a button in my application which would open an invoice in a new tab in browser in Chargify. I think I should use some Chargify API to obtain the url to open. Could someone help me find the API I need?
I tried to search for a needed API here, but with no success so far.
I was only able to figure out how to retrieve an invoice as a plain text, as a basic html and as a usual html here. Does it mean that Chargify expects me to only show invoice to a user inside my application and not inside chargify itself?
There is no publicly accessible url for a statement. As you noted, you can retrieve the text or html (or pdf I think?) representation of it and display that to your user.
Or (if it is enabled) customers can go to the Billing Portal to view their statements. https://help.chargify.com/settings/billing-portal.html
(The newer Relationship Invoicing platform does have public urls for the invoices. https://help.chargify.com/invoices/differences.html )

Get HTML table data form specific website

All Sir,
I would like to know how and how to do show live data from thailand stock market website html data table.
thailand website = https://marketdata.set.or.th/mkt/marketsummary.do?language=en&country=US
and than i would like to show this data to our website.
simple website = myanmar123[dot]com
I want to create website like sample website.
what language i need to use and any suggestion and tutorial.
sample website use vue.js, laravel echo, socket.io, and bootstrap
when i search data from online i found http://download.tentube.website/twod.php
please help to create website like mynmar123[dot]com
and if not ok i want to create website like http://download.tentube.website/twod.php
thank for helping and sorry for my bad english

Odoo V9 Website Cache Issue

I have certain custom sales order pages on odoo e-commerce website, which are been loaded based on the templates designed. The page loads dynamic data of sales order stored in the session, but it is either loading old data or not requesting to server and just loading the page from the cache. So to do this I have to manually load the page again by refreshing the page to load the current correct data. This is the problem when I have a domain name assigned for my website, If I access this same website using the IP address it works correctly. So I am not sure what is going wrong here.

How to access a table item in Sharepiont web database (Access 2010) by url?

I have a Sharepoint web database published in Sharepoint. I would like to email my colleague a URL of a particular table item. Is there any way to construct a url query string for that? I understand it isn't supported by default. Thanks in advance.
I found the answer. The url of Access Web follows a convention:
Default.aspx#Type=[Form or Report]&Name=[form name]&Where=[Condition to filter]
**Please note the condition clause needs to be "=ID=1" and encoded
Hope it can be helpful to those that want to customize access web apps.