• Rajalakshmi Subramaniam
  • NEWBIE
  • 0 Points
  • Member since 2019

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

Is it possibe to create a service resource with the resouce type as "Crew" for lightning/salefroce scheduler?
Thanks in advance.
Hi All,

Is it possible to embed cusom/standard Page layout inside lightning component?  
Appreciate your help!
 
Hi All,

I need to invoke child LWC from parent dyanmically.Below syntax has been given in saleforce documentation for invoking child component.
<c-child-cmp></c-child-cmp>. 

But can i pass this value "c-child-cmp" dynamically. for example
in JS,
var cmpName  = c-child-cmp;

in HTML,
<{cmpName}></{cmpName}>

can i  invoke  like this ? 
Appreciate your help!
Hello all,

Is it possible to render HTML template dynamically in lightning web component. For example:
HTML template has been stored in a field called HTML__c. i need to read the field and render the same in UI.
I am not sure this is possible.
Anyone know if i can do this?? 
Appreciate your help!
 
Hi,

Is it possibe to create a service resource with the resouce type as "Crew" for lightning/salefroce scheduler?
Thanks in advance.
Hi All,

I need to invoke child LWC from parent dyanmically.Below syntax has been given in saleforce documentation for invoking child component.
<c-child-cmp></c-child-cmp>. 

But can i pass this value "c-child-cmp" dynamically. for example
in JS,
var cmpName  = c-child-cmp;

in HTML,
<{cmpName}></{cmpName}>

can i  invoke  like this ? 
Appreciate your help!
Hello all,

Is it possible to render HTML template dynamically in lightning web component. For example:
HTML template has been stored in a field called HTML__c. i need to read the field and render the same in UI.
I am not sure this is possible.
Anyone know if i can do this?? 
Appreciate your help!