[Java] Retrieve OrganizationServiceSettings via SOAP
Topic by Michael WigleyContentI'm having a difficult time 'get'ing the OrganizationServiceSetting data.I've done similar with getting the custom fields but when I get the populated object back, the...
View ArticleParsing XML in connect PHP received from external system (1 Comment)
Topic by UmerHi,I have to parse and traverse through a xml document which I will be receiving from an external system. The external system will be sending data which will be converted into incident,...
View Article[Java] Retrieve OrganizationServiceSettings via SOAP (1 Comment)
Topic by Michael WigleyContentI'm having a difficult time 'get'ing the OrganizationServiceSetting data.I've done similar with getting the custom fields but when I get the populated object back, the...
View ArticleBulk delete in Contacts - Error
Topic by Priya GopalHi All,I am using bulk delete operation to delete contacts.But we are getting an error "Delete not allowed on table: contact". The bulk delete option is enabled at profile level as...
View ArticleSOAP Examples - Multiple Filters
Topic by Pavel FrangerContentHi everyone,I'm trying to do a multi filter SOAP request on a Report.The SOAP below searches on three fields Keywords, Category & Product.In my report i have this...
View ArticleIn Operator in ROQL (4 Comments)
Topic by chidambaram CTIs it possible to use IN operator in ROQL?I am trying some thing like thisSelect C.ID from Contact C where C.UpdatedTime <= date_add(sysdate(), -90, 'DAY', 1) and C.ID in (...
View ArticleHow to use the Knowledge Foundation API (1 Comment)
Topic by Peeyush SharmaHi, I am just looking for an option of consuming KF API's to integrate with the external application.Kindly suggest , As these are the web services. I was reading below document...
View ArticleINSERT DATA USING CONNECT PHP OR ROQL
Topic by shreeshaContentHi,I have Custom Object with 4 fields including 1 Field is Organization relationship. How can i insert Record using from Customer Portal. I have created form in Customer portal....
View ArticleAuthenticating external application using Service Cloud as the identity...
Topic by Roger BeggsContentI am trying to authenticate using single sign-on by sending this SAML request to Service Cloud: POST /cgi-bin/rnowgse00137.cfg/php/sso/saml2/idp/post/login.php HTTP/1.1 Host:...
View ArticleDate Issue (4 Comments)
Topic by Muthulakshmi MuthaiahHi All,I am trying to fetch the contact details based on the custom field date of birth value. But it is not working as expected and it shows the provided query has no...
View ArticleLast one month record in ROQL (3 Comments)
Topic by Muthulakshmi MuthaiahHI All,Could you please guide me how to get the last one month incidents in ROQL query.Kindly give me some suggestions. Thanks,Muthu
View ArticlePrimary Contact with chaining variables
Topic by Beatriz NavarroHi,I have the following code:<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Header> <ns7:ClientInfoHeader...
View ArticleGenerate and download .xsd files from wsdl KF API (1 Comment)
Topic by Peeyush SharmaHi All,Using SOAP UI , I am able to get the wsdl request and response but now I want to download or generate .xsd files from KF wsdl API's.How can we do this? Regards,Peeyush Sharma
View ArticleSetting Custom Object field to current date time (4 Comments)
Topic by David WrightContentHi - I am creating a custom process, one function of which is to insert the current date time into a custom object field. I have tried various approaches to assign the value...
View ArticleREST API Upload Attachment (4 Comments)
Topic by Sanjay MehtaContentHi,I am trying to upload an attachment on an existing incident using the sample code given on REST API...
View ArticleInsert data in a custom objects with more than 50 columns (3 Comments)
Topic by RuhulHi,I need to upload data in a custom objects which has more than 50 fields. I am trying to use Data Import Wizard but it's not allowing me to upload the .csv file as it has more than 50...
View ArticleWhere can I find .rn_Hidden CSS class? (1 Comment)
Topic by Ionut PetreusContentHi.In my mobile customer portal page I have an injected Css stylesheet that contains I want to change the display: none !important to display: none and I can't find it.I've...
View ArticleC# Report Returns Incorrect Data (8 Comments)
Topic by Andrew WoosterContentThe report has a filter based on the date the chat was requested, this is set to "Between". When I run the report in the console for "01/01/2017 12:00 AM" to "01/01/2017...
View ArticleHow to use the Knowledge Foundation API (4 Comments)
Topic by Peeyush SharmaHi, I am just looking for an option of consuming KF API's to integrate with the external application.Kindly suggest , As these are the web services. I was reading below document...
View ArticleDownloading a file attachment to a temp location via SOAP
Topic by Ian OliverContentHi AllOk so we are trying to grab file attachments and then send them over web services into another API so its creates them on their side. What we have works but it doesn't...
View Article