Quantcast
Channel: Discussion Forum > Connect Data Services
Viewing all 2504 articles
Browse latest View live

Oracle Service Cloud (RightNow) to Oracle Big Data Integration

$
0
0

Topic by Alessandro Gómez

Hi,

We have one requirement where we need to integrate Oracle Service Cloud with Oracle Big Data.

Is there any connector available for Oracle Service Cloud? If not then, how could we integrate these two applications?

Regards,

Alessandro Gomez.


Threads.Text resulting in duplicate values in ROQL

$
0
0

Topic by Riya Goel

Content

Hi,

I am trying to search a string in Threads.Text as

SELECT ReferenceNumber from Incident Group By Threads.Text HAVING Threads.Text LIKE '%test%'

This query is giving the duplicate result (i.e. ReferenceNumber)

None of the below queries are working

1) SELECT DISTINCT  ReferenceNumber from Incident Group By Threads.Text HAVING Threads.Text LIKE '%test%'

     Error: near "DISTINCT": syntax error

2) SELECT COUNT(DISTINCT ReferenceNumber), ReferenceNumber from Incident Group By Threads.Text HAVING Threads.Text LIKE '%test%'

Output : This query is also giving duplicate results.

Can anyone let me know how to fix this issue.

Regards,

Riya Goel

 

Version

Feb 2017

ROQL and Interface Timezone Offset (3 Comments)

$
0
0

Topic by Dev

Content

Can anybody help me understand why the following query is returning results offset to interface timezone? Isn't ROQL using UTC?

Version

May 2016

Code Block

Image

Service Cloud and Field Service Integration (5 Comments)

$
0
0

Topic by Kiran Rajendran

Content

Hi Team,

I am looking for some help on integration between OSvC and OFSC. I am using latest release of OFSC for our demo purpose. According to the latest documentation ICS (Integration Cloud Service) has been recommended for performing integration from OFSC to any other cloud applications. But I am little confused on following scenarios and I really need some one to light my way.

  1. How we can perform integration from OSvC -> OFSC. Through ICS? if so is there any documentations available
  2. I have installed TOA adapters in our service cloud instance those are downloaded from this https://github.com/oracle/Accelerators/tree/master/ git hub location. Will it work with latest release? or is there any new adapters available for the new release

Thanks & Regards,

Kiran

Version

OsvC - Nov 16, OFSC Aug 2017

Need Info on SSO (7 Comments)

$
0
0

Topic by Pramod V

Content

Hi Friends,

We are performing a SSO login for a Customer through Active Directory. We want to use SSO login to Right Now console through Active Directory. Appreciate if you provide any inputs on this..

Version

Nov 2014

Service Cloud integration with Onpremise BI publisher (7 Comments)

$
0
0

Topic by Venkat Tanneru

Hi,

Can you please let me know if someone has tried to integrate service cloud with Onpremise BI publisher? If yes, can you please share the approach that was followed?

With Regards,

Venkat

ROQL: Too many source tables in query (1 Comment)

$
0
0

Topic by JJ

Content

Hi,

I'm getting a too many source tables in query error whe running the code below but it should stand up

Any advice?

Code Block

Get the List of Updated CustomScripts (1 Comment)

$
0
0

Topic by Venkat Tanneru

Content

Hi All,

Is there any way (ROQL/Report) by which we can get the list of Custom Scripts ,Objects that are updated in specific Date range.

 

Regards

Version

V1.3

Help needed on PHP Connect & SOAP API (5 Comments)

$
0
0

Topic by Filip Daian

Hello,

I'm working on a project on switching from XML API to SOAP API (coding in PHP), and need a quick answer if possible :)

As described in Sample CodePutting it all together from http://community.rightnow.com/developer/fileexchange/Connect_PHP_November_2011/Default.htm

for connecting to the PHP API, we need this source code: '/include/ConnectPHP/Connect_init.php', and then to call the method initConnectAPI();

Is this Connect_init.php file absolutely needed? If yes, where can we get the source code?

Also, I’d like to know what is the method to create an incident, because when calling ‘Create’ method from http://ubisoft.custhelp.com/cgi-bin/ubisoft.cfg/services/soap?wsdl

one needs to specify the

(1) AppID - what is this, what ID should be used? Is it the same with the PROD_ID?

and

(2) the ID of the object, but not if the object created is an incident, a contact or a organization.

Can anyone give me a clear php example of how to create an incident over the SOAP API, which methods are available through this API, and details on the objects passed to these methods (properties we need to set on those objects)?

The SOAP documetnation seems to be better put together for .Net and Java, but not for PHP.

Thanks a lot for the help!

Saving the contact using connect PHP fails (4 Comments)

$
0
0

Topic by Sky Dagan

Content

Hey, 

I want to insert the current date stamp into the contact object using the CPM we have running everytime the incidents rules are running.

This is the function that should insert the value:

publicstaticfunctionrunTime()
    {
        
                    $contact->CustomFields->c->brm_account_manager=date("Y-m-d H:i:s");
                     //the row below causes the error
                    $contact->save(RNCPHP\RNObject::SuppressExternalEvents);
 
                    
            
        //$contact->CustomFields->c->brm_account_manager=date("Y-m-d H:i:s");
        //$contact->save(RNCPHP\RNObject::SuppressExternalEvents);
        
        //$contact->save();
    }

This is the error I get when testing the code 

 

How can I save the contact after appending a value without this error?

Thanks,

Sky

Code Block

Integration through ICS (3 Comments)

$
0
0

Topic by Dev Aditya

Content

Hi All,

It might be a basic question but it is really creating problem to me. Actually, I want to integrate OSvC to CRM OD through ICS such that incident creation will be triggered from CRMOD. Problem is that, I cannot figure out that where to map contact's mail address as in incident object, only contact ID is accepted not the mail address, and without contact details, incident cannot be created. 

So, please help me with - how to create incident through ICS integration?

Thanks,

Dev

Version

Service Cloud-Nov 2016 version

Integration OSvC to OFSC using ICS (1 Comment)

$
0
0

Topic by RK

Content

I am trying to connect service cloud and field service cloud. I am mapping Task and activity. on task creation activity should be created.

I have created connections in ICS for both instances. Designed one integration (As in attached screenshot). I have mapped most of the fields.

but when i run the WSDL, it returns success, Activity is created but it have no other fields mapped.. it is a blank activity.

How to resolve this??

Also if i want to fetch the parent incident details for this task. how do i get this table... I have added another connector to achieve this. But its still not working.

Image

Use of API Sendmailing (2 Comments)

$
0
0

Topic by Marcelo Peralta

HI,

We are using the API Sendingmail and we need send the email to another receiver in copy (CC). Is it possible?

Reading the documentation I just can see three parameters.

Regards

Marcelo

 

Screenpop Call to Rightnow focus (11 Comments)

$
0
0

Topic by RD

Content

Hi,

I am using the screenpop (http://localhost:57575/screenpop?t=editor&recordType=5&id=23) to open a record in CRM from an external application.

My requirement is that I want to bring CRM in focus on the agent machine when the record is opened.

So, There is a button on my external application where i click and the screenpop get request is fired and opens a record in rightnow. At the same time i want that agent's machine Rightnow should come in at that time.

Any suggestions? 

Version

November 16

How to take First Response against the incident (5 Comments)

$
0
0

Topic by Saravanan S

Hi All,

My Requirement is to take incident's first response which is sent by customer.

How to take this in report level or ROQL?

Thanks,

S.Saravanan


Error Acces to API SOAP (3 Comments)

$
0
0

Topic by José LV

Content

Hello good mornig for everyone
I need to consume the services of the SOAP API but when I try to invoke the WSDL I get errors, I have tried them in SOAPUI, in Jdeveloper, but I do not want to login, my Administrator user has enabled the permissions to access the SOAP API

Version

Service Cloud

Service Cloud and Field Service Integration (10 Comments)

$
0
0

Topic by Kiran Rajendran

Content

Hi Team,

I am looking for some help on integration between OSvC and OFSC. I am using latest release of OFSC for our demo purpose. According to the latest documentation ICS (Integration Cloud Service) has been recommended for performing integration from OFSC to any other cloud applications. But I am little confused on following scenarios and I really need some one to light my way.

  1. How we can perform integration from OSvC -> OFSC. Through ICS? if so is there any documentations available
  2. I have installed TOA adapters in our service cloud instance those are downloaded from this https://github.com/oracle/Accelerators/tree/master/ git hub location. Will it work with latest release? or is there any new adapters available for the new release

Thanks & Regards,

Kiran

Version

OsvC - Nov 16, OFSC Aug 2017

Aug 17 Soap API APIAccessRequestHeader required

$
0
0

Topic by Walter Kamp

Content

We're working on a SOAP integration with OSC Aug '17 version and see that since this version we have to send an "APIAccessRequestHeader" as well. We can manage to get it working, but I tried to find information about this in the API documentation, but can't find anything about this new header we have to send.
Anyone having some information about this new 'feature'?

Thanks,
Walter Kamp
WeSquare

Version

Service Cloud Aug 17

Addins not loading

$
0
0

Topic by Prasad

Hi,

i navigate to file->Options->Addins, Active and Inactive addins list is empty. need help

Thanks

Prasad 

Chat Integration API's (2 Comments)

Viewing all 2504 articles
Browse latest View live