Posts

Showing posts from September, 2024

Difference between Web API and Xml HttpRequest in JavaScript?

  Difference between Web API and Xml HttpRequest?   WebAPI   XmlhttpRequest   It works in Asynchronous Process   It works in  Asynchronous and S ynchronous Process   Web API is low code     XmlhttpRequest  has more code.     To view the received and sent data the page should be refresh    To view the received and sent data the page refresh is not required    

WebJobs Without Client Id and Client Secret

Create a web job and get all active contract records which will be expire in 7 days. So for the above scenario we have to create a Contract.  For Contract creation you should go for advance in advance settings. Now search contracts and click on result > click on new contract to create a contract. Then a select template popup will be displayed > now in check box click on search icon and select service  While creating contract we should provide some mandatory details. They are contract name , customer , contract start date  , contract end date  and bill to customer  Now according to our scenario the contract start date and contract end date difference should come for 7 days and that should be visible in Duration in days where as 7 days   After Creating of contract you should create contract line which is visible left side of the contract which was created.  In contract lines we have some mandatory...