Batch Extension Issue
Hello,
I am working on a batch extension. The data gets imported correctly but when I open the batch the extended fields are just showing their default values. When I look in the database the extension table has the data that was imported but the ID is different than what is stored in the OOB batch table. I have not had this issue with other batch extensions so I am not sure if there is something strange about the batch I am extending (Direct Marketing Effort Batch)
These are my add and edit rows: batch extension issue.txt
I am working on a batch extension. The data gets imported correctly but when I open the batch the extended fields are just showing their default values. When I look in the database the extension table has the data that was imported but the ID is different than what is stored in the OOB batch table. I have not had this issue with other batch extensions so I am not sure if there is something strange about the batch I am extending (Direct Marketing Effort Batch)
These are my add and edit rows: batch extension issue.txt
0
Comments
-
Looking at your insert statement, I don't see that you are specifying the ID. You'll need to set the ID in your table to be equal to @ID.0
-
Working from this example:
https://www.blackbaud.com/files/support/guides/infinitydevguide/infsdk-developer-help.htm#../Subsystems/batch-developer-help/Content/Exercises/coexExercise15CreatingTBatchTypeExtensionSpec.htm
You didn't provide the header of the spec, so I wonder if you have the PrimaryKeyAsForeignKeyTablename attribute set. This would require the ID in the extension to match the OOB table.
0 -
Just saw Ryan's post, and yeah, that too!0
-
Thank you both for your answers, I can't believe I overlooked that ?♂️. It was both issues, I was not setting ID on the insert and I also did not have the PrimaryKeyAsForeignKeyTablename set on the table spec.0
Categories
- All Categories
- 6 Blackbaud Community Help
- 209 bbcon®
- 1.4K Blackbaud Altru®
- 394 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 15 donorCentrics®
- 359 Blackbaud eTapestry®
- 2.5K Blackbaud Financial Edge NXT®
- 646 Blackbaud Grantmaking™
- 563 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 934 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.4K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 242 ResearchPoint™
- 118 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 238 The Tap (Just for Fun)
- 33 Blackbaud Community Challenges
- 28 PowerUp Challenges
- 3 (Open) Raiser's Edge NXT PowerUp Challenge: Product Update Briefing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports+
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Email Marketing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Gift Management
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Event Management
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Home Page
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Query
- 779 Community News
- 2.9K Jobs Board
- 53 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)

