• Nehaaa
  • NEWBIE
  • -1 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 9
    Questions
  • 9
    Replies
i am unable to access/set fields in RecordEditForm from my controller, event.getParam("fields") returns undefined the same code works fine in another component. My current Component bundle API version is 47  so i changed it to the earlier working component bundle version still unable to access the fields from event.getParam("fields") is there some recent salesforce change ?
  • September 13, 2019
  • Like
  • 0
Hi All,

I am having REST API integration of salesforce with another application. The data comes from that application and we create records for that data in salesforce org on a particular object. there is no data filter on the data coming from the application. A batch job runs twice a day to ftch records from the application. But since few days we are getting the below error.
'502 Bad Gateway: Registered endpoint failed to handle the request'
Is this the issue on our salesforce side or somewhere else?
Does box for Salesforce Integration support Events object???
we are trying to integrate Box fro events object in salesforce.When we try to create a folder we get the below error:

Sorry there was an issue with processing this request.Unable to create box folder for this record.Unable to get the  record name(or eqivalent).
Does box for Salesforce Integration support Events object???
Hi every one,

What is recursive trigger ? and where it is yousefull in real time and how it handel?

what is circular trigger ? and where it is usefull how its handele?

plese tell me answer if any one know a bout this.


Thank you,
Surender Reddy.
I'm using lightning dataTable component.  But the sortedDirection only ever sorts one direction.  The sortDirection param never updates properly. Here is some code:
 
<aura:component implements="flexipage:availableForAllPageTypes" 
                controller="CrossSellActivityController"
                access="global">

  <!-- Attributes -->
  <aura:attribute name="activities" type="Array" />
  <aura:attribute type="String" name="sortedDirection" default="asc" />
  <aura:attribute name="columns" type="List" />

  <!-- Component DOM -->
  <div>
    <lightning:datatable keyField="id"
                         data="{!v.activities}"
                         columns="{!v.columns}"
                         sortedDirection="{!v.sortedDirection}"
                         onsort="{!c.updateColumnSorting}"
                         hideCheckboxColumn="true" />
  </div>

</aura:component>
Here is the column definition:
var columns = [
  { label: 'Program Key', fieldName: 'Program_Key__c', type: 'text', sortable: true },
  { label: 'Status', fieldName: 'Disposition__c', type: 'text', sortable: true },
  { label: 'User', fieldName: 'Username', type: 'text', sortable: true },
  { label: 'Asset', fieldName: 'Asset', type: 'text', sortable: true },
  { 
    label: 'Timestamp', 
    fieldName: 'CreatedDate', 
    type: 'date', 
    typeAttributes: {
      day: 'numeric',
      month: 'short',
      year: 'numeric',
      hour: '2-digit',
      minute: '2-digit',
      second: '2-digit',
      hour12: true
    },
    sortable: true
  }
];
component.set("v.columns", columns);
And where I console.log out the sortedDirection variable:
updateColumnSorting : function(component, event, helper) {
  var sortDirection = event.getParam('sortDirection');        
  component.set("v.sortedDirection", sortDirection);
  console.log('sortDirection: ', sortDirection);
},
The console.log always outputs 'asc' never flips to 'desc'.  I've even tried changing the definition to Boolean with no luck.
<aura:attribute type="Boolean" name="sortedDirection" default="false" />
I've also tried flipping it myself with a truthy check and setting it back on the sortedDirection attribute, but that doesn't work either.  Am I doing something wrong?


 
I am new to trailhead so I started with the trailhead playground management and already I have encountered some difficulty on the third module.  I am able to view my installed package in classic mode but not in Lightning and thus it is showing that I have not completed the hand-on assignment.  Can someone please help.  Thanks!
Hi Anybody worked on Box Integration with Rest API ?
  • September 09, 2013
  • Like
  • 0

We are a team of salesforce.com consultants looking for a full time Salesforce Administrator/Consultant who can work virtually with our clients from their home office.  This person must have the ability to get on a call with a client and develop a quick understanding of client business issues.  You will need to be able to evaluate a business issue faced by the customer and determine how best to employ salesforce.com to solve it. 

 

Core skills would include:

  • All normal salesforce.com administration tasks and an understanding of all major functional areas of Salesforce.com
  • Including (but not limited to) reports and dashboards.
  • Data imports (using data loader or other tools).
  • General problem solving skills in Salesforce.com
  • Have a very good feel for where visualforce can be used to solve business problems - for example, where a trigger might be used due to workflow limitations, or where a visualforce page might be used in place of the standard user interface to make a complex business task easier for a user.
  • Ability to design the data model to support given business requirements and architect the various associated systems. 
  • You should be able to efficiently, effectively, and clearly coordinate and manage work with our development team while managing the client relationship from start to finish.  This would include some evening hours to work with our overseas developers to explain & manage project requirements.
  • Salesforce.com Certified Administrator

 You do not need to be a developer – other individuals in our company will do the actual development.