• Administrator 167
  • NEWBIE
  • 30 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 8
    Questions
  • 10
    Replies
Hellow,
I'm trying to get Get a List of Updated Records Within a Given Timeframe, as explained here:
https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/dome_get_updated.htm

Here is my API:
/services/data/v49.0/sobjects/MyObject/updated/?start=2020-06-07&end=2020-07-07

I tried with many date formats (YYMMMMDD-xx:xx:xx etc.), yet I still get the following error:
INVALID_DATE_FORMAT
message: Error parsing the 'start' date string. This operation requires properly formatted 'start' and 'end' date/time parameters to be specified. Please consult the documentation for the format of these date/time fields.

Can anyone please tell me where I am wrong in my API syntax ?
Thank you,
Hello,

With this Regex I'm trying to both:
- include max 30 comma separated string
- yet exclude break line and new line at string end

Has somebody an idea how it should be written ?

REGEX(^(?!\r\n)[^,]+(?:,[^,]+){0,30}$)
Hello,
I would want to write a formula that uses a number from a roll-up summary field.
If this number > 1, then it should display an image AND display the number. If this number = 1, it should display another image and display "0".
I tried to mix a lot of possibilities from the formula below but did not found my way. 
Help would be appreciated

IF(Linked_Servers__c  > 1 , IMAGE("/img/samples/light_green.gif")+Linked_Servers__c) 
IF(Linked_Servers__c  = 1 , IMAGE("/img/samples/light_green.gif")+"0")
Hello everybody,

In a Visualflow, I need the user to enter maximum 6 comma separated server names, with no comma after the 6th server name.

The following REGEX is working when I test it with online regular expression, but in the flow I get : "missing '=' error"

REGEX({!X_serverNames},([A-Za-z1-9_]{1,},){5}([A-Za-z1-9_]{1,}))

Could you please tell me what is wrong with it ?

Thank you very much

 
Hello everybody,

Since 15th of July, SSO on UAT is unavailable for my client. I checked the configuration and could discover that:
1) My Domain > Authentication Configuration had been kind of reset to default
2) the url sent to the client has been modified: Server Instance is no more available in the URL. HEre is the log on client side:

The request specified an Assertion Consumer Service URL 'https://xxxxxxxxx--uat.my.salesforce.com/?so=xxxxxxxxxxx' that is not configured on the relying party 'https://xxxxxxxxx--uat.CSXXX.my.salesforce.com'.
Assertion Consumer Service URL: https://xxxxxxxxxxx--uat.my.salesforce.com/?so=xxxxxxxxxxxxx
Relying party: https://xxxxxxxxxxx--uat.CSXXX.my.salesforce.com

Actually Assertion 'https://xxxxxxxxxx--uat.my.salesforce.com/?so=xxxxxxxxxxxxxx' is unknown since the one configured includes ".CSXXX" mentioned in the URL : https://xxxxxxxxx--UAT.CSXXX.my.salesforce.com?so=xxxxxxxxxxxxxx

Has anyone an idea how this configuration, including salesforce instance, could be modified without any action from an admin?
Has anyone an idea where in the configuration I can modify and correct this url to be sent to the client ?

Thank you
 
Hello everybody,

I created a screenflow that creates multiple records in an Object using a Collection.
Issue is: the object seems to be able to store only 9-records-batches/Collection.
Example:
1- An object B already displays 1 record into a linked Parent object record
2- Using my screenflow, I create a collection that will create 9 records into Object B
3- Object B displays only 8 records of the 9 records collection because it already contained 1 record to display into the linked Parent object record
4- Using my screenflow, I create another collection that will create 9 records into Object B
5- Object B displays 9 more records (total=18) into Object A linked parent record

Questions: 
1) Will playing the screenflow multiple times (loop?) allow to create multiple times 9 records ?
2) how to "play" the screenflow multiple times to add multiple times a 9 records Collection ?
3) Or will it be impossible because both batches are in a same run. In such a case what would be the solution?

Thank you,
Hello everybody,

I need to set up the following process:

- In a textarea custom field of Object x, a user should be able to copy-paste a kind of Server list (kind of XX12yA;XX12yB;XX12yC;XX12yD)

- Once pasted in the text custom field and Saved, the data (server list) should be processed in order to retrieve infos (as an example for a Server: IP Address, Application involved, version, updates...) stored in another Object y which does not has any lookup to the first Object x. 

- Those retrieved infos are then to be displayed in another custom field of the Object x to which the textarea belong to, for further customer treatment.
 
Has someone already created such a process ?
 
Thanks  for your ideas !
Hello,

A web-service partner is asking me for REST WSDL, after I sent him SOAP WSDL.
For what I understood googling the question, there is no such thing as REST WSDL. Can someone please confirm ?
Hellow,
I'm trying to get Get a List of Updated Records Within a Given Timeframe, as explained here:
https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/dome_get_updated.htm

Here is my API:
/services/data/v49.0/sobjects/MyObject/updated/?start=2020-06-07&end=2020-07-07

I tried with many date formats (YYMMMMDD-xx:xx:xx etc.), yet I still get the following error:
INVALID_DATE_FORMAT
message: Error parsing the 'start' date string. This operation requires properly formatted 'start' and 'end' date/time parameters to be specified. Please consult the documentation for the format of these date/time fields.

Can anyone please tell me where I am wrong in my API syntax ?
Thank you,
Hello,
I would want to write a formula that uses a number from a roll-up summary field.
If this number > 1, then it should display an image AND display the number. If this number = 1, it should display another image and display "0".
I tried to mix a lot of possibilities from the formula below but did not found my way. 
Help would be appreciated

IF(Linked_Servers__c  > 1 , IMAGE("/img/samples/light_green.gif")+Linked_Servers__c) 
IF(Linked_Servers__c  = 1 , IMAGE("/img/samples/light_green.gif")+"0")
We are getting below exception in one of our customer environment while we are trying to use a login api.


- UNKNOWN_EXCEPTION: The reference to entity  "FyqvuKwYdUxifmPj3ifNW8PA1d" must end with the ';' delimiter
 The response returned from Salesforce:
url=https://test.salesforce.com/services/Soap/u/33.0/, errorCode=500, getMessage()=<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sf="urn:fault.partner.soap.sforce.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Body><soapenv:Fault><faultcode>UNKNOWN_EXCEPTION</faultcode><faultstring>UNKNOWN_EXCEPTION: The reference to entity &quot;FyqvuKwYdUxifmPj3ifNW8PA1d&quot; must end with the &apos;;&apos; delimiter.</faultstring><detail><sf:UnexpectedErrorFault xsi:type="sf:UnexpectedErrorFault"><sf:exceptionCode>UNKNOWN_EXCEPTION</sf:exceptionCode><sf:exceptionMessage>The reference to entity &quot;FyqvuKwYdUxifmPj3ifNW8PA1d&quot; must end with the &apos;;&apos; delimiter.</sf:exceptionMessage></sf:UnexpectedErrorFault></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Regards,
Imran
Hello everybody,

I created a screenflow that creates multiple records in an Object using a Collection.
Issue is: the object seems to be able to store only 9-records-batches/Collection.
Example:
1- An object B already displays 1 record into a linked Parent object record
2- Using my screenflow, I create a collection that will create 9 records into Object B
3- Object B displays only 8 records of the 9 records collection because it already contained 1 record to display into the linked Parent object record
4- Using my screenflow, I create another collection that will create 9 records into Object B
5- Object B displays 9 more records (total=18) into Object A linked parent record

Questions: 
1) Will playing the screenflow multiple times (loop?) allow to create multiple times 9 records ?
2) how to "play" the screenflow multiple times to add multiple times a 9 records Collection ?
3) Or will it be impossible because both batches are in a same run. In such a case what would be the solution?

Thank you,
Hello everybody,

I need to set up the following process:

- In a textarea custom field of Object x, a user should be able to copy-paste a kind of Server list (kind of XX12yA;XX12yB;XX12yC;XX12yD)

- Once pasted in the text custom field and Saved, the data (server list) should be processed in order to retrieve infos (as an example for a Server: IP Address, Application involved, version, updates...) stored in another Object y which does not has any lookup to the first Object x. 

- Those retrieved infos are then to be displayed in another custom field of the Object x to which the textarea belong to, for further customer treatment.
 
Has someone already created such a process ?
 
Thanks  for your ideas !
Hello,

A web-service partner is asking me for REST WSDL, after I sent him SOAP WSDL.
For what I understood googling the question, there is no such thing as REST WSDL. Can someone please confirm ?