Post

2 followers Follow
0
Avatar

Use Custom Action to Create a Note

Hopefully this is a simple request but its beating me at the moment.

I have a custom action built and I would like part of this custom action to add an entry to the notes of the item with the message that I want to add.

The part I'm struggling with is I cant see how to create the note.

Any help would be much appreciated.

Regards

Martin Jubb Answered

Please sign in to leave a comment.

2 comments

0
Avatar

I've got one step further.  I can now see how to create a note but part of the custom action is to update the note with the below info but the issue I have is its generating an error - Error: Formula is incomplete

 

£{InvoiceAmount} requested to be invoiced against {$Project.OrderID} with the following description:

{Description}

Milestone Name: {$Name}
Project Name: {$Project.Name}
SOR ID: {$Project.OrderID}
Invoice Due: £{InvoiceAmount}
Actual Effort: {$ActualEffort}

Martin Jubb 0 votes
Comment actions Permalink
0
Avatar

£{InvoiceAmount} should probably be £{$InvoiceAmount}

Josh Santos 0 votes
Comment actions Permalink