• vijaysk
  • NEWBIE
  • 0 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 5
    Replies
Hi ,

I believe we can only use standard objects available in field service lightning product but we customize it with custom objects with the same product of field service lightning?

If yes, please provide the details of how to change the standard object"service appointment" with custom object says as "testObject" ?

Regards,
Vijay
Hi Team,

How to achieve the Search filter data with treeview using lightning:-
Anycode reference or link would be helpful

regards,
vijay sk
I have an apex:inputfield and Apex:commandbutton and i need to make the attribute"Disabled" of Apex:Commandbutton to true/false on click of apex:inputfield using javascript without using controller.Is it possible to do it ?If so please provide the sample code.
Hi Team,

How to achieve the Search filter data with treeview using lightning:-
Anycode reference or link would be helpful

regards,
vijay sk

HI all,

I have cleraed the all 4 superbade which are requied for PD2 and also compleated the PD2 mutiplechoice exam,but still wont recived the email to inergate the trailhed account and webassor account, do i need to take follow with anyone or it take time from salesforce to identify same ? any one have experience with same.... 

Hi,

I have developed an app using lightning components. I have 5 apex server calls in the init function of its JS controller.
But some time my app is not loading fine. Some time it is loading correctly. I have given the '$A.enqueueAction' of all server calls at last part after all server calls in the init fnction. Is there any order in giving the '$A.enqueueAction' of each server calls if there are multiple APEX server calls in single function?

Thankyou
  • July 28, 2016
  • Like
  • 0
I have an apex:inputfield and Apex:commandbutton and i need to make the attribute"Disabled" of Apex:Commandbutton to true/false on click of apex:inputfield using javascript without using controller.Is it possible to do it ?If so please provide the sample code.

 

hi all,

 

i have a pageBlockTable in my VF page. 1st Column is a checkbox column and 2nd column is a column which changes dynamically based on the user's selection, let's say for example, 2nd Column is a "Name" retrieved from the account object. Now if the user checks the checkbox, i have to read the value of the checkbox and if it is checked, then i have to retrieve the value associated with the checked checkbox.

 

what i should do to relate the Name column with the check box column?? please help me to achieve this functionality..

 

 

Thanks,

abivenkat,
SFDC Learner