Forum Replies Created

Page 3 of 8
  • Surbhi

    Member
    June 15, 2016 at 1:23 pm in reply to: Relationships data not return when on UnitTest

    Hi Ravi,

    I think when you are debugging the data, it shows only the Id of the child record. If you specifically debug the field PriceBookEntry.Product2Id you will get the value as expected. Otherwise you will have to use getsObject() method.

    Thanks

     

  • Surbhi

    Member
    June 15, 2016 at 1:13 pm in reply to: Accounts about their custom objects

    Hi Nitish,

    Unfortunately, I haven't found any way out of this. But I am still looking into this, will let you know if I find any solution.

    Thanks

  • Hi Rachit,

    You can use the Force.com Web Services API. Take a look at the Integration.

    Thanks

  • Hi Nitish,

    As per my research, I think its not possible but will let you know if come to know anything about this.

    Thanks

  • Surbhi

    Member
    June 15, 2016 at 11:34 am in reply to: How to implement CanvasApp integration with Salesforce?

    Hi Himanshu,

    Please follow the below steps:

    1. You must be having a salesforce org.
    2. Get Force.com Canvas SDK.
    3. Create a Heroku account.
      1. Create the App on Heroku
      2. Create the Canvas App in Salesforce
      3. Grant access rights to Canvas App in Salesforce.

    Thanks

  • Hi Ajit,

    If you are creating custom global search, you can use wildcards and operators to refine search results. I will provide some more details on this asap.

    Thanks

  • Hi Abhinav,

    Yes, you can list your unmanaged package for security review on Salesforce.

    Thanks

  • Surbhi

    Member
    June 14, 2016 at 6:54 am in reply to: How can a free app be released on AppExchange?

    Hi Abhinav,

    Once you're a partner, you need to run a security scan on your code, make it a managed package, upload a copy to the AppExchange, create and configure a publisher profile and a listing, click on the "Start Security Review" on the listing, and fill out the required information. Security reviews are generally 5-7 weeks waiting time, and there is no charge for free apps. The rest of the process besides the manual review should only take an hour or two of time.

    Thanks

  • Hi Naman,

    I think you will receive the winning record Id in after delete event after the merging operation. I am still working on this and will update you soon.

    Thanks

  • Hi Abhinav,

    As per my research, I found that basically once you become a partner, you need to run a security scan on your code, make it a managed package, upload a copy to the AppExchange, create and configure a publisher profile and a listing, click on the "Start Security Review" on the listing, and fill out the required information. Security reviews are generally 5-7 weeks waiting time, and there is no charge for free apps. The rest of the process besides the manual review should only take an hour or two of time.

    Thanks

  • Hi Nitish,

    As per my research, many people faced this same issue but haven't found any particular reason for that. What I can suggest here is, you can try javascript validation.

    Thanks

     

  • Hi Nitish,

    I am not getting your question. Please let me know some more details related to your requirement.

    Thanks

  • Surbhi

    Member
    June 13, 2016 at 10:08 am in reply to: Typeahead in Visualforce [duplicate]

    Hi Piyush,

    Can you please share your code so that it will be easy for me to provide you a better solution?

    Thanks

  • Surbhi

    Member
    June 13, 2016 at 8:37 am in reply to: Is there any governor limits for batch apex executions?

    Hi Suyash,

    A few governor limits for batch apex executions are :

    1. Batch executions are limited to 10 callouts per method execution.
    2. The maximum number of batch executions is 250,000 per 24 hours.

    Thanks

  • Surbhi

    Member
    June 13, 2016 at 7:54 am in reply to: FeedItem through apexrest

    Hi Nitish,

    I think you have to provide the body for the feeditem. If I come to know any other solution for this, will surely let you know.

    Thanks

  • Surbhi

    Member
    June 13, 2016 at 7:37 am in reply to: Is there a way to get the changed fields on a record?

    Hi Nitish,

    You can use trigger.old and trigger.new to compare the old and new values/fields in a before update trigger. As you want the solution to be scalable before updating, you can schedule a batch class for the records that need to be processed.

    Thanks

  • Surbhi

    Member
    June 13, 2016 at 6:54 am in reply to: How to set up ANT Migration tool in my org?

    Hi Himanshu,

    Before you install the Force.com Migration Tool, you will need Java and Ant installed on your local machine. Then you can download the Force.com Migration Tool from a salesforce org.

    To install and configure Ant :

    You can refer this blog: https://www.forcetalks.com/blog/apache-ant-script/

    Thanks

     

  • Surbhi

    Member
    June 13, 2016 at 5:53 am in reply to: How many lines can we write in a visualforce page?

    Hi Himanshu,

    As per my research, I haven't found as such defined limit of number of lines that we can write in a visualforce page. But if anyone will have any such information regarding this, please do share with us.

    Thanks

  • Surbhi

    Member
    June 13, 2016 at 5:38 am in reply to: How to use Google map in visualforce page in dev org?

    Hi Himanshu,

    I hope you know that from Salesforce Spring'15 onwards, map components are released. But Salesforce Map and Location is not available in devloper org . It is available in Sandbox org. Also you can use google map with the help of javascript in visualforce page.

    Thanks

  • Surbhi

    Member
    June 10, 2016 at 5:23 am in reply to: How to resolve UNABLE TO LOCK ROW error in salesforce?

    Hi Himanshu,

    The reason behind this error is: When you try to update a record and at the same time someone else is deleting that record.

    Please try to avoid these contradictory conditions for resolving this error.

    Thanks

  • Hi Himanshu,

    Below are the limits of queueable apex:

    1. The execution of a queued job count as one against the shared limit for asynchronous Apex method executions.
    2. You can add up to 50 jobs to the queue with System.enqueueJob in a single transaction.
    3. No limit is enforced on the depth of chained jobs, which means that you can chain one job to another job and repeat this process.

    Thanks

  • Surbhi

    Member
    June 10, 2016 at 5:09 am in reply to: How to customize the communities?

    Hi Himanshu,

    You can customize basic community settings like URL, community name, members, login options.

    Please follow the below steps:

    Setup > Enter All Communities in the Quick Find box > Select All Communities > Click the Manage link next to the community. You need the Create and Set Up Communities permission for accessing this.

    Thanks

  • Surbhi

    Member
    June 10, 2016 at 5:04 am in reply to: How to implement it Salesforce Solutions?

    Hi Himanshu,

    In salesforce, a solution is a detailed description of a customer's issue. Solution managers, administrators, and users with the appropriate permissions can create, review, and categorize solutions.

    The Solutions tab displays a home page that lets you quickly locate and manage solutions. If your organization uses solution categories, you can browse for and find solutions by category. You can also sort and filter solutions using standard and custom list views.

    Thanks

  • Surbhi

    Member
    June 10, 2016 at 5:01 am in reply to: What are the knowledge articles in salesforce?

    Hi Himanshu,

    Salesforce Knowledge is a knowledge base where users can easily create and manage their content, which is commonly known as articles.

    Thanks

  • Surbhi

    Member
    June 10, 2016 at 4:43 am in reply to: Can we create/delete the permission sets in apex. If yes, how?

    Hi Himanshu,

    Yes, we can create permission set in apex and assign it to user.

    // Creating the permission set
    PermissionSet permSet = new PermissionSet(Label='Case Permisson Set',Name='PermissonSetName');
    insert permSet;

    //Assigning to the User
    PermissionSetAssignment permAssg = new PermissionSetAssignment(AssigneeId='<Id of User>',PermissionSetId=permSet.id);
    insert permAssg;

    Also, sObject API is important part of permission sets as it allows you to perform task that you cannot be perform through the permission set UIs.

    Thanks

Page 3 of 8