Skip to content

Fixed bad format of placeholder string for #40

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ To override this, set this to something like "32.0" for example.

The filter to add to the Salesforce query when a previous tracking field value
was read from the <<plugins-{type}s-{plugin}-tracking_field_value_file>>.
The string can (and should) contain a placeholder `%+{last_tracking_field_value}+` that

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @andsel. FYI: I've already made the corresponding fix in the MD output. This PR will ensure that my changes won't get stomped. Thank you!

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this @andsel and @karenzone ! My AsciiDoc previewer seemed to think the + escapes were necessary here but I'll trust your guidance on this :-)

The string can (and should) contain a placeholder `%{last_tracking_field_value}` that
will be substituted with the actual value read from the <<plugins-{type}s-{plugin}-tracking_field_value_file>>.

This clause is combined with any <<plugins-{type}s-{plugin}-sfdc_filters>>
Expand Down