-
When importing data the user must format dates, datetimes, numbers and booleans in the CSV input according to XSD standards. We should support parsing these values from formats chosen by the user.
-
I think it would be a great addition to provide similar picklist functionality as the popular [Select2](https://select2.org/) component, specifically the ability to **search** for a values.
This c…
-
With the recent release, we need https://*.salesforce-setup.com/* added to sites in extension please
Since new release Sprint 24 in my sandbox. Salesforce inspector it's not allowed to work in new …
-
Big fan of the inspector in general.
I was thinking that based on the IDs pasted in from an import we should be able to detect which object is being imported and automatically fill it in.
-
I am running into the following:
```ruby
Traceback (most recent call last):
2: from (irb):311
1: from (irb):312:in `rescue in irb_binding'
Restforce::ErrorCode::MalformedQuery (…
-
Is it possible to reference child or parent relationships? For example, given a case retreived using:
```
case = sf.Case.get('5006100000NcGp3AAF')
```
How can I retrieve the associated child `Case…
-
- 在线的生成查询语句的网站
https://workbench.developerforce.com/login.php.
- 没有join,object之间有的关系为
- Child-to-parent
- Account is the parent, and Contact is the child
- SELECT FirstName, LastName, …
-
When using DateTime fields, input DateTime are saved in the yyyy-MM-ddTHH:mm:ssZ format, but if the DateTime isn't converted to UTC before saving, the value of the same object returned by a SOQL query…
-
Hi folks.
Just set up a new Nonprofit cloud org and was trying to do some SOQL queries. However, none of the new objects are visible in the Salesforce Inspector Export tool. Here's an example:
…
-
Updating with sf inspector case records causes to run again the assignment rules, while if the tool would allow to configure the value of the Sforce-Auto-Assign header the users would have control abo…