• Sudipta Ghosh 9
  • NEWBIE
  • 40 Points
  • Member since 2016

  • Chatter
    Feed
  • 2
    Best Answers
  • 3
    Likes Received
  • 0
    Likes Given
  • 8
    Questions
  • 15
    Replies

Hi All,
I signed up for the developer trial edition.

I created a developer sandbox instance.

I've read from the docs that a developer account by default has REST API access. But when I try to make a query using the REST API i get the following error: 
  "message" : "The REST API is not enabled for this Organization.",
  "errorCode" : "API_DISABLED_FOR_ORG"

what am i doing wrong?

I've created a connected app and login was also successful.

Any help would be greatly appriciated.

Trailheadでバッチを収集中です。
「Lightning コンポーネントの基本」の「コンポーネントとイベントの接続」のハンズオンを進めているのですが、どうしても以下のエラーを消すことができません。

Challenge Not yet complete... here's what's wrong: 
The campingList component doesn't appear to have a Quantity input field in the form using a Lightning Base component.

campingListFormに以下のようにコードを書いています。


<lightning:input type="number"
                                 label="Quantity"
                                 name="Quantity"
                                 aura:id="Quantity"
                                 required="true"
                                 value="{!v.newItem.Quantity__c}"/>

どなたかこのエラーの解消方法がお分かりの方がいらっしゃいましたら、ご教示ください。

よろしくお願いします。
Hello There,

I have set up the Einstein Discovery and builded a Story and Recommendation as per the below link. The Story is deployed successfully
https://help.salesforce.com/articleView?id=bi_edd_wbn_add.htm&type=0

Now, when I am trying to open the Lightning App Builder to show the Einstein Discovery Recommendations to a Salesforce Lightning Page, the Standard Lightning Component Einstein Discovery is not showing up in the builder. I have chosen the Object (record page) where I deployed the story. The other steps mentioned in the link has successfully done.

Can you please help.



Regards

Sudipta
Hello,

What are the available mechanisms to encrypt data while transmiting from Salesforce in the network. Integrations are both using REST and SOAP.
I understand TLS is by default but I want to verify and understand what other options we have:
1. Apex crypto class  ---- use the same crypto in the receiving system for decoding
2. Base64 encoding --- same Base64 decoding in the receiving system
3. Classic Platform encryption ---  OOTB  Platform encryption with a key and use the same in the receiving system for decoding
4. Shield Platfrom encryption --- Does this encrypt the message through the network, if YES then how to decrypt in the receiving system 

Could you please provide your thoughts.

Regards
Sudipta
Hello,
As a Admin, I have created Dataset, trained it and Image Prediction service is workng good
Now I want to expose the functionality to the users. I understand prediction service authentication works with the email in which EINSTEIN PLATFORM SERVICES ACCOUNT is registered.
Could you please let me know what's the way to deploy the Image Prediction service to the users

Regards
Sudipta
 
Hi,
I tried to create the dataset in Einstein Vision by downloading the Cat.zip from https://developer.salesforce.com/files/Cats.zip and uploaded it to the google drive.
The google drive link for the Cat.zip folder is https://drive.google.com/open?id=1UzCkCE8AMGuOSpwkaM6GD9Is_OsuXg2R.
The dataset is created and trained successfully .

Similarly I created a zip for Car and uploaded it to the google drive.
The link is : https://drive.google.com/open?id=1qKwfFb1Fptmd0AIL34yp5nHEl9j7JQDD

During Training it's getting falied. is there any specific folder structure to create a dataset. I have just created 3 folders with lebels and putted images under it.

Regards
Sudipta
 
I am using e.force:createRecord to create Task. When the Task window opens I do nothing - just close it using X on the top right corner of the modal. But still it creates a Task. Any way to rectrict that

lightning:button class="form-control" aura:id="btnTask" label="Create Task" onclick="{!c.createTask}"/>
createTask : function (component, event, helper) {   
    var task= $A.get("e.force:createRecord");
    task.setParams({
        "entityApiName": "Task",
        "defaultFieldValues": {
            'Subject' :' Test Task' 
       }
            });
           createRecordEvent.fire();
}
Hello,

I am using Tooling api to fetch Custom object and field details from another Org. Now when I am trying to find relationship of all fields from all objects I could use either CustomField or FieldDefinition object. But I am finding below limitation for each which is resticting me to implement the solution. Please suggest
1. Tooling API CustomField object: querying the CustomField object to find the Relationship (Lookup or Master Details) it returns every relationship except any relation with user object. It's not considering any relation with User object.

2. Tooling API FieldDefinition object: Can't query for all objects, it's returning Relationship information when <10 objects in the condition. Whenever you put more than 10 objects in the condition it's returning error("bind variables only allowed in apex code") though the error message seems to be not the right one. Now the problem is we can't loop and make multiple call outs, bad design when we connect to a large org.

 
Hello,

I am geeting this error during Lighting rollout superbadge chalange 9
Challenge Not yet complete... here's what's wrong: 
There was an unexpected error while verifying this challenge. Usually this is due to some pre-existing configuration or code in the challenge Org. We recommend using a new Developer Edition (DE) to check this challenge. If you're using a new DE and seeing this error, please post to the developer forums and reference error id: EGTCLFFV

The problem start appearing when I created a report Campaign Influence Lightning but deleted. I empty my organization recycle bin.
Then I created the report Campaign Influence Lightning again but only colud save it in my Personal folder, not able to save it in a public folder (Error: This Report Unique Name already exists or has been previously used. Please choose a different name.) . 
I am using a fresh Trailhead play ground and deleted Org recycle bin

 
I want to upload some data using dataloader. One of my field in the csv has has leading and trailing Spaces(example: "     test  " and when I upload the data in the text (even rich text) field in Salesforce the leading and trailing Spaces are lost. Any solution?
Hello There,

I have set up the Einstein Discovery and builded a Story and Recommendation as per the below link. The Story is deployed successfully
https://help.salesforce.com/articleView?id=bi_edd_wbn_add.htm&type=0

Now, when I am trying to open the Lightning App Builder to show the Einstein Discovery Recommendations to a Salesforce Lightning Page, the Standard Lightning Component Einstein Discovery is not showing up in the builder. I have chosen the Object (record page) where I deployed the story. The other steps mentioned in the link has successfully done.

Can you please help.



Regards

Sudipta
Hello,

I am geeting this error during Lighting rollout superbadge chalange 9
Challenge Not yet complete... here's what's wrong: 
There was an unexpected error while verifying this challenge. Usually this is due to some pre-existing configuration or code in the challenge Org. We recommend using a new Developer Edition (DE) to check this challenge. If you're using a new DE and seeing this error, please post to the developer forums and reference error id: EGTCLFFV

The problem start appearing when I created a report Campaign Influence Lightning but deleted. I empty my organization recycle bin.
Then I created the report Campaign Influence Lightning again but only colud save it in my Personal folder, not able to save it in a public folder (Error: This Report Unique Name already exists or has been previously used. Please choose a different name.) . 
I am using a fresh Trailhead play ground and deleted Org recycle bin

 
Hello There,

I have set up the Einstein Discovery and builded a Story and Recommendation as per the below link. The Story is deployed successfully
https://help.salesforce.com/articleView?id=bi_edd_wbn_add.htm&type=0

Now, when I am trying to open the Lightning App Builder to show the Einstein Discovery Recommendations to a Salesforce Lightning Page, the Standard Lightning Component Einstein Discovery is not showing up in the builder. I have chosen the Object (record page) where I deployed the story. The other steps mentioned in the link has successfully done.

Can you please help.



Regards

Sudipta
We can get Object details in Rest resource using /sobjects/ObjectName/describe (which gives all the fields), Same way how to get specific field details in REST Api

Hi,

Do we have a way to apply a lookup filter on a standard lookup field?

I have a lookup field on Campaign - Lookup(Record Type) - to show its child, Campaign Member's, Record Type (I am provisioning the users to select both Campaign and Campaign Member Record Type while creating the Campaign record itself, and hence the child Record Type is defined). However, I want to restrict this lookup field to a specific child Record Type subject to parent Record Type selection.

I can even think of other ways of going around this like apply some dependent picklist in the Record Type selection page itself so only the desired Campaign Member Record Type is available for selection when a particular Campaign Record Type is selected. 

Thanks,
Sharique

Hi All,
I signed up for the developer trial edition.

I created a developer sandbox instance.

I've read from the docs that a developer account by default has REST API access. But when I try to make a query using the REST API i get the following error: 
  "message" : "The REST API is not enabled for this Organization.",
  "errorCode" : "API_DISABLED_FOR_ORG"

what am i doing wrong?

I've created a connected app and login was also successful.

Any help would be greatly appriciated.

In Lightning Component Framework Specialist SuperBadge - Challenge 8, I got following error:
The BoatReview component doesn't include a public attribute named boat of type BoatType__c.
Hi,
I tried to create the dataset in Einstein Vision by downloading the Cat.zip from https://developer.salesforce.com/files/Cats.zip and uploaded it to the google drive.
The google drive link for the Cat.zip folder is https://drive.google.com/open?id=1UzCkCE8AMGuOSpwkaM6GD9Is_OsuXg2R.
The dataset is created and trained successfully .

Similarly I created a zip for Car and uploaded it to the google drive.
The link is : https://drive.google.com/open?id=1qKwfFb1Fptmd0AIL34yp5nHEl9j7JQDD

During Training it's getting falied. is there any specific folder structure to create a dataset. I have just created 3 folders with lebels and putted images under it.

Regards
Sudipta
 
is it possible to use one tab or Object in two Applications?
I am using e.force:createRecord to create Task. When the Task window opens I do nothing - just close it using X on the top right corner of the modal. But still it creates a Task. Any way to rectrict that

lightning:button class="form-control" aura:id="btnTask" label="Create Task" onclick="{!c.createTask}"/>
createTask : function (component, event, helper) {   
    var task= $A.get("e.force:createRecord");
    task.setParams({
        "entityApiName": "Task",
        "defaultFieldValues": {
            'Subject' :' Test Task' 
       }
            });
           createRecordEvent.fire();
}
I want to upload some data using dataloader. One of my field in the csv has has leading and trailing Spaces(example: "     test  " and when I upload the data in the text (even rich text) field in Salesforce the leading and trailing Spaces are lost. Any solution?
Trailheadでバッチを収集中です。
「Lightning コンポーネントの基本」の「コンポーネントとイベントの接続」のハンズオンを進めているのですが、どうしても以下のエラーを消すことができません。

Challenge Not yet complete... here's what's wrong: 
The campingList component doesn't appear to have a Quantity input field in the form using a Lightning Base component.

campingListFormに以下のようにコードを書いています。


<lightning:input type="number"
                                 label="Quantity"
                                 name="Quantity"
                                 aura:id="Quantity"
                                 required="true"
                                 value="{!v.newItem.Quantity__c}"/>

どなたかこのエラーの解消方法がお分かりの方がいらっしゃいましたら、ご教示ください。

よろしくお願いします。
Hi,

I am trying to complete the topic Creating a data model under the module 'Build a Conference Management App' in Trailhead. However, even after doing everything right with the speaker object. The challenge still throws an error. Did anyone else complete the challenge. 

Thank you,
Satyanarayana