Skip to main content

Questions tagged [template]

0 votes
1 answer
310 views

let editorContents = this.template.querySelector("lightning-input-rich-text.myclass").value; the above line returns null when the contents of the editor has just one word. After I type a ...
dev4life's user avatar
  • 709
0 votes
2 answers
335 views

I am trying to have an LWC where the user can add rows and the new row will render fields based on the user selected value. I have 2 issues with my LWC After user selects first field picklist value ...
Phuc's user avatar
  • 373
1 vote
2 answers
352 views

We are trying to build a salesforce crm analytics "embeddedapp" template type which can be auto installed in any subscribers org and added to a lightning record or home page. Where we are ...
TariqueH's user avatar
  • 100
1 vote
0 answers
73 views

I am using the CLM feature of Salesforce and want to generate a contract document using document templates. I have a Word document with the text and some of the text there, is clauses that may be used ...
Chandrashekaran's user avatar
0 votes
2 answers
382 views

I am exploring Salesforce marketing cloud's email APIs but am unable to find any email send API that allows sending email body (HTML content) in the send API like Braze (braze api). Is there any ...
Syed Sajjad Hussain Shah's user avatar
0 votes
1 answer
1k views

I have a LWC that displays anywhere from 1 to n lightning-combobox components. Since the number of combo boxes needed is unknown, the combo boxes are within a for:each directive: <template for:...
mtbIt's user avatar
  • 1
0 votes
1 answer
221 views

I'd like to display account information, such as company registration number in the opportunity closed/won email but it doesn't pull through. What am I doing wrong: Sales Won notification Opportunity ...
user130080's user avatar
0 votes
1 answer
81 views

My Managed Package should contain two Wave/TCRM/Analytics templates: FULL: Type app for subscribers with a Full Analytics Studio license EMBEDDED: Type embeddedapp for subscribers with NO such ...
Robert Sösemann's user avatar
0 votes
1 answer
2k views

I have been trying to iterate through and access some data that I'm getting from an apex call. I have a list of field IDs that I get from a field set something like this.positionFieldIds=['Name', 'Id',...
Kevin Yao's user avatar
  • 177
0 votes
2 answers
1k views

I have a component that displays a list of questions using a for:each. For each question rendered I have a child component (which is a simple form with a few fields) to capture a followup question. I ...
swat's user avatar
  • 5
2 votes
0 answers
844 views

I am iterating an array in template and on the button click I am trying to get the value of selected element but the value coming is undefined <template> <template for:each={pages} for:...
Anzar's user avatar
  • 964
0 votes
1 answer
681 views

Purpose is to save time, I've been reading about Trailforce - templates created from one org for different customizable orgs (if I understand it right, but that seems like a complicated way with ...
jur1s77's user avatar
  • 47
0 votes
1 answer
228 views

I have a LWC component with a table and want to make each row formatted as currency. I know with HTML we can use the format-style="currency" but I think the template is overwriting this ...
Olivia's user avatar
  • 3,511
0 votes
1 answer
32 views

I have such code: JS @track messageBody; @wire(getDataFromController) emailTemplate ({ error, data }) { if (data) { this.messageBody = data[0].Body; //EmailTemplate ...
Yauheni's user avatar
  • 29
0 votes
0 answers
197 views

I have two level of iteration in LWC, and the second iteration is not displayed even if there are contents in it : <template for:each={calendarCol} for:item="ccd"> &...
vanessen's user avatar
  • 2,795

15 30 50 per page
1
2 3 4 5
7