Ravan

Results 10 comments of Ravan

@Bonapara Is that company field type editable ? like point of contact field ?

We are currently receiving an array called 'viewFields' from the server, which contains only four items. Upon examining the server code, I'm uncertain where to make the necessary changes in...

in my case I am using circleCI new MakerDMG({ additionalDMGOptions: { "code-sign": { "signing-identity": 'identity', identifier: '*.*.*' } } }) in this step process hangs electron-osx-sign Automating entitlement app group......

> I got this working on CircleCI with electron-builder with the following changes, where I use a Windows executor with the `bash.exe` shell as my workflow shell. > > Added...

@MasterOdin Thanks for your helpful response!. yarn prepackage && yarn electron-builder build --win this command also run through executor: name: win/default right ? this is my code ` - run:...

Yes. almost done I will raise the PR soon

Now I can't able to reproduce this issue. previously I was able to reproduce this when Google calender was removed. So I planned to add `await sendBrokenIntegrationEmail(calEvent, "calender");` But now...

Also If this toggle button disabled means, events are added to the calender. I am not sure whats the purpose of this toggle button is here.