Posted by fermicoder on January 21, 2013 at 10:54am
Hi.
I'm new to rules, and after reading the documentation I have an idea of how things work, but can't seem to figure out how to solve the problem that I have.
I have terms from vocabulary 1:services, and terms from vocabulary 2:areas. Areas have a list of references to services (a list of checkboxes, and all the services are checked).
I need to make a rule that for every new created service, the list in every area gets updated so that the new service gets checked as well.
Can anyone please help me? I'm really stuck. Thanks.
Comments
Could you explain in more
Could you explain in more detail how your setup is?
Clean install D7, mysql,
Clean install D7, mysql, latest rules module, scheduler and UI.
Vocabulary:Area(vid 6) terms have a field 'Service' (Term reference - multiple - checkboxes - pointing to Vocabulary:Services(vid 7)) so the admin can check and uncheck every service if it is available, or unavailable in a particular area. If he adds a new service (term), it should automatically be checked in every area.
As far as rules my setup right now is zero. :)