Guest User

Untitled

a guest
Jul 17th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.85 KB | None | 0 0
  1. >> aq.each do |x|
  2. ?> puts x.name
  3. >> end
  4. Contact Alert on City
  5. Alert on State
  6. Contact Alert on Street Address
  7. Contact Alert on Last Name
  8. Company Alert on Country
  9. Company Non-Tabular Alert on Date 8 days after
  10. Company Tabular Date 4 days before
  11. Contact Alert on Salutation
  12. Contact Alert on Title
  13. Company Alert on Tabular Text
  14. => [#<AlertQuery id: 123, name: "Contact Alert on City", data: {"group_1"=>{"group_operand"=>"and", "conditions_operand"=>"all", "condition_1"=>{"operator"=>"contains", "value"=>"", "attribute_id"=>"people_name", "model"=>"Person"}}}, created_at: "2009-11-13 14:46:04", updated_at: "2009-11-13 14:46:17", klass_type: "Person", row1_data: {"col1"=>"Person", "col2"=>"people_address_city", "col3"=>"changes", "col4"=>""}, advance_search_enabled: false>, #<AlertQuery id: 124, name: "Alert on State", data: {"group_1"=>{"group_operand"=>"and", "conditions_operand"=>"all", "condition_1"=>{"operator"=>"contains", "value"=>"", "attribute_id"=>"people_name", "model"=>"Person"}}}, created_at: "2009-11-13 14:46:38", updated_at: "2009-11-13 14:46:38", klass_type: "Person", row1_data: {"col1"=>"Person", "col2"=>"people_address_state", "col3"=>"changes", "col4"=>""}, advance_search_enabled: false>, #<AlertQuery id: 122, name: "Contact Alert on Street Address", data: {"group_1"=>{"group_operand"=>"and", "conditions_operand"=>"all", "condition_1"=>{"operator"=>"contains", "value"=>"", "attribute_id"=>"people_name", "model"=>"Person"}}}, created_at: "2009-11-13 14:42:08", updated_at: "2009-11-13 14:42:08", klass_type: "Person", row1_data: {"col1"=>"Person", "col2"=>"people_address_line1", "col3"=>"changes", "col4"=>""}, advance_search_enabled: false>, #<AlertQuery id: 120, name: "Contact Alert on Last Name", data: {"group_1"=>{"group_operand"=>"and", "conditions_operand"=>"all", "condition_1"=>{"operator"=>"contains", "value"=>"", "attribute_id"=>"people_name", "model"=>"Person"}}}, created_at: "2009-11-13 14:37:19", updated_at: "2009-11-13 14:44:08", klass_type: "Person", row1_data: {"col1"=>"Person", "col2"=>"people_last_name", "col3"=>"changes", "col4"=>""}, advance_search_enabled: false>, #<AlertQuery id: 125, name: "Company Alert on Country", data: {"group_1"=>{"group_operand"=>"and", "conditions_operand"=>"all", "condition_1"=>{"operator"=>"contains", "value"=>"", "attribute_id"=>"organizations_name", "model"=>"Organization"}}}, created_at: "2009-11-13 14:50:35", updated_at: "2009-11-13 14:50:35", klass_type: "Organization", row1_data: {"col1"=>"Organization", "col2"=>"organizations_address_country", "col3"=>"changes", "col4"=>""}, advance_search_enabled: false>, #<AlertQuery id: 126, name: "Company Non-Tabular Alert on Date 8 days after", data: {"group_1"=>{"group_operand"=>"and", "conditions_operand"=>"all", "condition_1"=>{"operator"=>"contains", "value"=>"", "attribute_id"=>"organizations_name", "model"=>"Organization"}}}, created_at: "2009-11-13 14:52:40", updated_at: "2009-11-13 14:53:58", klass_type: "Organization", row1_data: {"col1"=>"Organization", "col2"=>"question.497", "col3"=>"plus", "col4"=>"8"}, advance_search_enabled: false>, #<AlertQuery id: 127, name: "Company Tabular Date 4 days before", data: {"group_1"=>{"group_operand"=>"and", "conditions_operand"=>"all", "condition_1"=>{"operator"=>"contains", "value"=>"", "attribute_id"=>"organizations_name", "model"=>"Organization"}}}, created_at: "2009-11-13 14:54:42", updated_at: "2009-11-13 14:54:42", klass_type: "Organization", row1_data: {"col1"=>"Organization", "col2"=>"question.487", "col3"=>"minus", "col4"=>"4"}, advance_search_enabled: false>, #<AlertQuery id: 121, name: "Contact Alert on Salutation", data: {"group_1"=>{"group_operand"=>"and", "conditions_operand"=>"all", "condition_1"=>{"operator"=>"contains", "value"=>"", "attribute_id"=>"people_name", "model"=>"Person"}}}, created_at: "2009-11-13 14:40:21", updated_at: "2009-11-13 14:43:52", klass_type: "Person", row1_data: {"col1"=>"Person", "col2"=>"people_salutation", "col3"=>"changes", "col4"=>""}, advance_search_enabled: false>, #<AlertQuery id: 119, name: "Contact Alert on Title", data: {"group_1"=>{"group_operand"=>"and", "conditions_operand"=>"all", "condition_1"=>{"operator"=>"contains", "value"=>"", "attribute_id"=>"people_name", "model"=>"Person"}}}, created_at: "2009-11-13 14:04:37", updated_at: "2009-11-13 14:47:45", klass_type: "Person", row1_data: {"col1"=>"Person", "col2"=>"people_title", "col3"=>"changes", "col4"=>""}, advance_search_enabled: false>, #<AlertQuery id: 128, name: "Company Alert on Tabular Text", data: {"group_1"=>{"group_operand"=>"and", "conditions_operand"=>"all", "condition_1"=>{"operator"=>"contains", "value"=>"", "attribute_id"=>"organizations_name", "model"=>"Organization"}}}, created_at: "2009-11-13 14:56:02", updated_at: "2009-11-13 14:56:02", klass_type: "Organization", row1_data: {"col1"=>"Organization", "col2"=>"question.493", "col3"=>"changes", "col4"=>""}, advance_search_enabled: false>]
  15. >>
Add Comment
Please, Sign In to add comment