function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SaaniaSaania 

Add entries to Playlist at run time.

I am new to Salesforce and I am trying to add a playlist entry at runtime.

I wanted to do it in a more logical way, by adding a button on the form that creates my Custom Object to add a new entry, but I do not know how to do it? (The S_Controls appear on the records, rather than at the point where you are creating a new instance). Would need some guidance in that as well.

So I have simply entered a new Text field, and asked the user to enter a value. Now I want to enter this value to a PlayList. For instance, when I use the IF statement, to check if the LEN of the text box is greater than 0, I should assign the textbox value to the playlist, but I get a syntax error.

What I am trying to do is Work_item_c = work_item_text_c ... where work_item is a playlist, and it tells me that I cannot use the playlist like this.

Kindly guide me here.

Thanks