Sadiq Ali Khan

Results 8 comments of Sadiq Ali Khan

> $contact = new Contact($connection); $contact->FirstName = "firstname" $contact->Account ="ID" $contact->Phone = "mobile"; $contact->Initials = "testing"; $contact->BusinessFax = "testing"; $contact->Mobile = "testing"; $contact->Email = "testing"; $contact->JobTitleDescription = "testing"; $contact->ID =...

> You should not rely on the name (or any other field that is not 100% guaranteed unique for the user) to identify. Either you keep track of the ID...

> Yes. Just fetch them all and loop through them with a delete request. There is no bulk delete as far as I know. is a way to dump all...

It's good one ,looking for the same

i am trying to save bankAccounts in account model ,its doesnt get save anything i am missing $account->bankAccounts = collection of bank account (same way like sales entry lines) it...

![image](https://github.com/user-attachments/assets/0e7d3cff-d1a1-4e0e-be1d-aa6e7cc29a44) i check the account model ,there it can accept as a collection of bank account

shouldnt we remove it ,i can submit the pr then to avoid the confusion

ah i see ,that's cool i am trying to send **findId** by contact name and contact name in exact is already saved as(testing O'husbson) or other ascii characters whenever we...