@set $Subtitle for person-notes

Type: Agent

The $Subtitle for person-notes is constructed out of four elements: the date information (remembering that a single $DueDate overrides a $StartDate - $EndDate span), $bpSubtitle, $blogSpec1, and $blogSpec2.

$AgentQuery

$Prototype="person_note"

$AgentAction

$Subtitle=(if($DueDate){$DueDate.format( "y " )}else{(if($StartDate){$StartDate.format( "y – " ) + (if($EndDate){$EndDate.format("y ")}else{"… "})})}) + (if($bpSubtitle){"\n" + (if($bpSubtitle.contains("\A\[\d\]")){$bpSubtitle.substr(4,($bpSubtitle.size-4))}else{$bpSubtitle})}) + (if($mySpec1){"\n" + $mySpec1}) + (if($mySpec2){"\n" + $mySpec2}) + (if($mySpec3){"\n" + $mySpec3})

For example, if your person-note has these key attributes set:

A person-note.

A person-note.

… then the resultant display (in Map View) will be this:

A person-note.