• Kelvin Tam 11
  • NEWBIE
  • 0 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 1
    Replies
Hi All,

Would the lightning web component available to get the url parameter?

The url rediret everytime when enter salesforce ligthning.

Thank you
Hi All,

I would like to make a lightning web component to update dynamic field.

The design is using custom matedata to set field api name and the component get this api name and update record's target field. However I find the recordUpdate() function does support dynamic field, so do you know any other method to do so?

let record ={
fields:{
Id: this.objID,
test__c:this.objFieldValue  //I would like to replace the test__c to be a varaible.
},
};
updateRecord(record)




 
Hi All,

Would the lightning web component available to get the url parameter?

The url rediret everytime when enter salesforce ligthning.

Thank you