Skip to content
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

MARP-738 Bad prefix on data class #277

Merged
merged 1 commit into from
Jan 3, 2025
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
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ documentTemplate ch.ivyteam.ivy.addons.docfactory.DocumentTemplate #field
documentTemplate 'A documentTemplate can generate a letter by itself' #fieldComment
tablesNamesList List<String> #field
tablesNamesList 'If the template contains some table to fill through Mail Merge With regions, this is the list of those tables names in the template.' #fieldComment
ListOfCompositeObjectsToFillTheTables List<List<ch.ivyteam.ivy.scripting.objects.CompositeObject>> #field
ListOfCompositeObjectsToFillTheTables 'Each List of Composite Object represents the rows for a table (Mail Merge Regions). The CompositeObjects attributesNames are going to be used to match the merge fields names of each tables.' #fieldComment
ListOfRecordsets List<Recordset> #field
ListOfRecordsets 'Each Recordset represents the rows for a table (Mail Merge Regions). The recordset fieldNames are going to be used to match the merge fields names of each tables.' #fieldComment
ListOfTableFieldsNames List<List<String>> #field
ListOfTableFieldsNames 'Each List<String> represents the names of the merge Field in one table row. Used with the ListOfTableRows parameter.' #fieldComment
ListOfTablesRows List<List<List<Object>>> #field
ListOfTablesRows 'Each List<List<Object>> represents the rows destinated to fill one table. It is used with the ListOfTableFieldsNames parameter.' #fieldComment
ListOfParentCompositeObjects List<ch.ivyteam.ivy.scripting.objects.CompositeObject> #field
ListOfParentCompositeObjects 'For Mail Merge with nested Table: Each List of Component Object represent a parent Table: that will contain its List<CompositeObject> datas.' #fieldComment
TreeDataForNestedMailMerge Tree #field
TreeDataForNestedMailMerge 'For Mail Merge with nested Table: each Tree Level will be seen as a nested table.' #fieldComment
listOfCompositeObjectsToFillTheTables List<List<ch.ivyteam.ivy.scripting.objects.CompositeObject>> #field
listOfCompositeObjectsToFillTheTables 'Each List of Composite Object represents the rows for a table (Mail Merge Regions). The CompositeObjects attributesNames are going to be used to match the merge fields names of each tables.' #fieldComment
listOfRecordsets List<Recordset> #field
listOfRecordsets 'Each Recordset represents the rows for a table (Mail Merge Regions). The recordset fieldNames are going to be used to match the merge fields names of each tables.' #fieldComment
listOfTableFieldsNames List<List<String>> #field
listOfTableFieldsNames 'Each List<String> represents the names of the merge Field in one table row. Used with the ListOfTableRows parameter.' #fieldComment
listOfTablesRows List<List<List<Object>>> #field
listOfTablesRows 'Each List<List<Object>> represents the rows destinated to fill one table. It is used with the ListOfTableFieldsNames parameter.' #fieldComment
listOfParentCompositeObjects List<ch.ivyteam.ivy.scripting.objects.CompositeObject> #field
listOfParentCompositeObjects 'For Mail Merge with nested Table: Each List of Component Object represent a parent Table: that will contain its List<CompositeObject> datas.' #fieldComment
treeDataForNestedMailMerge Tree #field
treeDataForNestedMailMerge 'For Mail Merge with nested Table: each Tree Level will be seen as a nested table.' #fieldComment
Loading