adayIvey
adayIvey
I would also like to see some methods for query/update against the tooling api endpoints maybe add ToolingQueryAsync and ToolingUpdateAsync
I am also looking for some help with getting the latest v6 version working also, if anyone has got it to work please let me know
Setting the CurrencyIsoCode = 'USD' when the account data is created in the test fixed the issue for me List accountList = new List { new Account(Name='TestAccount2',AccountNumber='A2',AnnualRevenue=12345.67, CurrencyIsoCode = 'USD'),...
While I did resolve my issue I think the test should be updated to include a currency code when creating Account Data
***@***.*** ***@***.*** From: John Storey ***@***.***> Sent: Wednesday, June 12, 2024 7:30 PM To: apex-enterprise-patterns/fflib-apex-common ***@***.***> Cc: Day, Andrew ***@***.***>; Mention ***@***.***> Subject: Re: [apex-enterprise-patterns/fflib-apex-common] fflib_SObjectSelectorTest Error: 'Assertion Failed: Expected:...
sorry for the late reply but tbh I am not sure what else I can say to help but I did just try deploying into our production org from github...
thanks, if you have any ideas on additional info I can provide I will just ask
The retrieve operation is overwriting my local saved changes. Say I have changed a class file on my local machine and saved it (but have not deployed to the sandbox)....
Has there been any update on this? This issue is a real pain