Hi
We have just discovered, what appear to be a BIG BUG in CRM 2013.
We want to create a post to the wall whenever a field on the Project form (Opportunity entity) has been updated.
On the Post properties in the workflow designer, we could write something like this:
Project {Opportunity(Project)} has been updated in the Finding Facts stage
Criteria for Success: {Criteria for Success(Project)}
Customer Need: {Customer Need(Project)}
Project Reasons: {Project Reason?(Project)}
Proposed Solution: {Proposed Solution(Project)}
Internal meeting: {Internal meeting?(Project)}
Business Case Created & Uploaded: {Business Case Created & Uploaded?(Project)}
But when we hit Save and Close button the text will transform into this:
Project {Opportunity(Project)} has been updated in the Finding Facts stagestage
Criteria for Success: {Criteria for Success(Project)}
Customer Need: {Customer Need(Project)}
Project Reasons: {Project Reason?(Project)}
Proposed Solution: {Proposed Solution(Project)}
Internal meeting: {Internal meeting?(Project)}
Business Case Created & Uploaded: ed: {Business Case Created & Uploaded?(Project)}
In the end of the first line it inserts an extra "stage"-text and in the end line it insert and extra "ed:"-text.
Sometimes it will insert alot of html tags instead, really annoying because the post is going to look all crazy for the customer.
Anyone seen anything like it?