CT - Auto populate intCompanyId of tables upon saving

Issue No: CT-2091
Created 4/24/2018 5:50:27 AM
Type Feature
Priority Major
Status Closed
Resolution Fixed
Fixed Version 18.3
Description To implement:   1. Get the latest iRely.Common.dll - {color:#767676}18.3.6688.17187{color}   2. Implement interface IMultiCompany to all tables w/ intCompanyId   [http://inet.irelyserver.com/display/FRM/Tables+for+Replication]   {noformat}public class tblCTContractHeader: BaseEntity, IMultiCompany \{ //Other fields omitted for simplicity public int? intCompanyId \{ get; set; \} \}{noformat}