Advertisement
NameL3ss

c_fields

Jun 9th, 2021
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. on demand cfields
  2. c_f_id = Account.find(ID),configurations.where(model_type: 'dispatch_guides').custom_field_type_ids
  3. CustomFieldType.find(c_f_id)
  4. cambiar si no tiene
  5. Account.find(1),configurations.where(model_type: 'dispatch_guides').first.update(custom_field_type_ids: [1147])
  6. ver si existe custom_field
  7. CustomField.where(custom_field_type_id: c_f_id)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement