I am trying to preconfigure Feeds module to import a CSV file but not on form submission or intermittent cron run but instead have this action of import performed when a URL is "touched" (Activated by a Google Apps Script).
Try as I might, I can't seem to find even the simplest example on how to use Rules 'Calculate a value' and 'Set a value' selectors or how Variables work with them. This is for Drupal 7
Let's say I have an Entity with a custom integer field added. Let's call the field Global Total (field_global_total)
On some event, I want to
- get the existing value of that field and store it in a variable
- get the value of another field and store that in a variable
- add the two variables together
- save that sum as the new value of "Global Total"
I need to update the alues of the paragraph fields programatically.
Tha paragraph has been created before and it is hosted in a node and I want to update the values in the paragraph fields programmatically when an event is launched.
I don't need to create the paragraph, the paragraph already exists.
I can identify the node through the ID, and how I can identify the paragraph? is there also an ID, and then how can I get the paragraph ID's for an specific node?
When you "Download these updates" on the Modules page, what directory are these files stored? I clicked on Download these updates about 50 times, just wondering if they are store or do they temporary delete later.
Is the "You are not authorized to access this page." a static page that always routes to the same destination? Was wondering if I can add a picture here. If yes, where in the Drupal file can I locate this? Example of what I'm talking about jobcull.com/cull
Most of prices I enter have decimals (e.g. 101.82, 99.88). Some of the prices are negative values (e.g. -55.52, -1009.88).
Sometimes when I enter a decimal value, Drupal will remove the decimal value. (E.g. 101.82 will become 101.00). Other times, it will keep the decimal value.
There doesn't seem to be any rhyme or reason as to why this happens.