Powerapps Connector to Create an Action Custom Field cannot send value field
Trying to use a button to create an action custom field for an existing Action. Below are the code, where I got stuck is the value, it requires a Record type, however there is no documentation or indicator to show what key and value is required here. This example, the custom field category requires a CodeTableEntry, how do i pass this info in? Please advise and really appreciate!
BlackbaudRaisersEdgeNXT.CreateActionCustomField(
9286288,
"CF - Call/Action Status",
{value: {},
date: Today(),
comment: "This is Sample Comment!"})
BlackbaudRaisersEdgeNXT.CreateActionCustomField(
9286288,
"CF - Call/Action Status",
{value: {},
date: Today(),
comment: "This is Sample Comment!"})
Tagged:
0
Comments
-
I think this is a bug.
The SKY API documentation says that "value" type changes depending on what type of custom field is being added (in the example schema, it's Boolean), but in PowerApps it only accepts a Record type.
I haven't done too much of this type of action in PowerApps, though. Maybe someone else can confirm?1
Categories
- All Categories
- 6 Blackbaud Community Help
- 213 bbcon®
- 1.4K Blackbaud Altru®
- 401 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 15 donorCentrics®
- 360 Blackbaud eTapestry®
- 2.6K Blackbaud Financial Edge NXT®
- 655 Blackbaud Grantmaking™
- 576 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 939 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.6K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 248 ResearchPoint™
- 119 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 241 Member Lounge (Just for Fun)
- 34 Blackbaud Community Challenges
- 34 PowerUp Challenges
- 3 (Open) PowerUp Challenge: Chat for Blackbaud AI
- 3 (Closed) PowerUp Challenge: Data Health
- 3 (Closed) 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
- 791 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)
