• Ben Rezac
  • NEWBIE
  • 0 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 2
    Replies
I am attempting to create a TaskWhoRelation entry after a Task is created. IsAfter(IsInsert, isUpdate)

Has anyone successfully updated or inserted a TaskWhoRelation after task creation? I have all the information I need to create a Taskwhorelation but when I attempt to do so, it says that none of the fields are writeable.

Any help would be appreciated.

 
Hello,

I have tried solving this for over a week. I am generating a List<List<String>> that I am manually throwing  html into each and tossing it into a table. I have looked over the code one million times and there is nothing in my string or List that is adding these commas. But I know for a fact that there is one comma PER string I add. Has anyone seen anything like this before? It's even worse when I export it to excel because each comma takes up an entire row. It still does display my data directly UNDER the commas. For example, 900 rows of commas before 900 rows of my correct data correctly formatted. The example in the snippet below has two sets of brackets is because the list size I designated vs the data im querying makes two lists. Hence two sets of brackets. So don't concentrate on that. If it was 99 results it would be 99 commas in single set of brackets.

Any help would be greatly appreciated.User-added image
Hello,

I have tried solving this for over a week. I am generating a List<List<String>> that I am manually throwing  html into each and tossing it into a table. I have looked over the code one million times and there is nothing in my string or List that is adding these commas. But I know for a fact that there is one comma PER string I add. Has anyone seen anything like this before? It's even worse when I export it to excel because each comma takes up an entire row. It still does display my data directly UNDER the commas. For example, 900 rows of commas before 900 rows of my correct data correctly formatted. The example in the snippet below has two sets of brackets is because the list size I designated vs the data im querying makes two lists. Hence two sets of brackets. So don't concentrate on that. If it was 99 results it would be 99 commas in single set of brackets.

Any help would be greatly appreciated.User-added image