Goran Pedić

Results 6 comments of Goran Pedić

I would like to expand on this issue, AWS SQS will actually allow you to omit the account id completely so both `https:////` and `https:///` will work while elasticmq always...

I'm currently developing for SugarCRM6 Pro, and the thing is that setting team_name does not assign a team to the Account, it is not used at all just like team_count....

I'm using a unmodified SugarCRM Pro 6.2.2 instance. a = SugarCRM::Account.new ... same as above ... b = SugarCRM::Account.last b.team_name # => "Global" b.team_count # => 2 b.save # =>...

Thanks for looking into this, but I think we might have a slight misunderstanding here, what I'm trying to say is that setting team_name does not set the primary or...

Modifying the vardef seems like the easiest solution but I would like to avoid depending on modifications made to SugarCRM. Adding a option to ignore certain fields on validation would...

Hey @StephSanchez, a bit of a late reply, yes it's certainly possible. I might take a stab at it soon. Probably would have to change the implementation to use macros...