You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update ServiceResaleItem record fields/record refs for 2021.2. item_options_list, presentation_item_list, site_category_list, translations_list were all removed as fields as the are not simple fields, they require special classes. (#500)
Dependabot to CI
CI run for Ruby 3.0 & 3.1
Add CI run for an environment with and without tzinfo installed
Update NonInventorySaleItem record fields/record refs for 2021.2. item_options_list, presentation_item_list, product_feed_list, site_category_list, translations_list were all removed as fields as the are not simple fields, they require special classes. (#503)
Update ItemVendor record fields/record refs for 2021.1. vendor is now a record_ref instead of a field. (#505)
Update InventoryItem record fields/record refs for 2021.2. member_list was removed as a field as it doesn't belong to InventoryItem. (#506)
Update LotNumberedInventoryItem record fields/record refs for 2021.2. (#507)
Update NonInventoryResaleItem record fields/record refs for 2021.2. item_options_list, presentation_item_list, product_feed_list, site_category_list, translations_list were all removed as fields as the are not simple fields, they require special classes. (#508)
Add attach_file action for Invoice and SalesOrder. (#509)
Fix "undefined method [] for #Nori::StringIOFile" when adding File (#495)
Moved definition of search_joins attribute from records to search action. The attribute was removed for AssemblyComponent, SerializedInventoryItemLocation, and WorkOrderItem as they don't offer the search action. (#511)
Consider externalId in search criteria when using RecordRef as value (#517)