Questions tagged [civicrm-entity]
Questions relating to the CiviCRM Entity module, https://drupal.org/project/civicrm_entity
129 questions
1
vote
1
answer
44
views
How to find the relavent tokens of depricated token like {$dataArray}?
I am facing this issue.
Please review your contribution_online_receipt message template and remove references to the token {$dataArray} as it has been replaced by {see default template for how to show ...
1
vote
2
answers
65
views
Upgrading from Drupal 9 to Drupal 10 w/ CiviCRM
I'm currently on CiviCRM version 5.50.0 on a Drupal 9 installation. I'm trying to upgrade to Drupal 10 and CiviCRM 6.7; however, I'm running into the following error:
TypeError: Civi::entity(): ...
0
votes
1
answer
40
views
Managing job vacancies and interviews in CiviCRM?
The question might be ambiguous but in my organization we use CiviCRM and want to manage personnel with specific features from posting a job opening on a form to conducting a job interview. Today, I ...
2
votes
1
answer
37
views
Create new table in existing extension using entityType definition
I have an existing extension where I need to add a table and can not simply uninstall and re-install the extension. In the past I would then use the auto-generated SQL in my Upgrader class to create ...
1
vote
1
answer
34
views
How to deal with an entity with two keys to other entites in Searchkit
I am developing an extension to deal with simple orders. This means I will have an entity Item, Order and OrderItem. The entity OrderItem has keys to the Item table and to the Order table. But when I ...
0
votes
0
answers
90
views
API4 Endpoint for external request using GET
When using API4 endpoint https://mysite/wp-admin/admin.php?page=CiviCRM&q=civicrm/ajax/rest/MyExtensionEntity/get&_authx=ABC1234&_authxSiteKey=QWER1234, I get redirected to a login page by ...
0
votes
0
answers
20
views
Issue with ACL implementation for Multiple Entity Subtypes in `hook_civicrm_selectWhereClause`
We are using the hook_civicrm_selectWhereClause hook to apply ACLs (Access Control Lists) for the Eck_Collection_Camp entity. However, the current implementation only works for one subtype for ...
0
votes
0
answers
99
views
Drupal Views using CiviCRM Entity with relationships added takes too long to render results
I'm building a Drupal View to put ~1000 marker points with popup information on a Leaflet map using CiviCRM Entity and CiviCRM Entity Leaflet. The map is taking a very long time to render: over 3 ...
1
vote
2
answers
64
views
How to integrate Razorpay in civicrm?
I want to integrate the Razor pay in civicrm.so how to integrate the Razor pay in civicrm.
2
votes
1
answer
146
views
Drupal 9/10: How to create Event Location + Events using CiviCRM Entity
I have enabled the CiviCRM Entity module. How can we create an event location and event in CiviCRM using a single form submission?
This functionality was achievable in Drupal 7 using https://skvare....
1
vote
1
answer
66
views
Custom views filter with civicrm_entity Drupal 9
Need a hint. With civicrm_entity (3.5) i haven't the possibility to get multiple items in a views row. So i wrote a custom field and now I want to filter it.
I think this works for the contact type (...
1
vote
1
answer
153
views
Can I use Drupal 10 Search API?
I need to update a Drupal 10 Webform so that it allows the user to pick a school in our database by name and/or postcode. This is because there are a very large number of schools with very similar ...
0
votes
1
answer
143
views
Retrieving Contact information with API4 Inside the module
I am developing a simple module that hooks into Membership Create, and then uses the information of the related contact to perform some other functions, like initiating a NextCloud account with the ...
1
vote
0
answers
20
views
Activity tags not available in Drupal views Drupal 10.x, CiviCRM 5.66
Don't know if I'm being thick or if this is a bug. Creating an Activities view in Drupal and looking for Activity tag relationship to bring in activity tags to the display and they only show for ...
1
vote
1
answer
37
views
Api get all option within sub entity
get all options from a sub entity named payment_instrument within a entity called OptionGroup