Posts by Wesley Henrique • 25 points
8 posts
-
0
votes1
answer325
viewsQ: Mobile Validator in a Rest Api query
Today I use SMS sending system for our customers who are registered on Tiny ERP, but I am in need of a mobile validator to be able to send scheduled SMS that are saved in a local bank. The problem…
-
0
votes1
answer73
viewsQ: See External Restapi in Xamarinforms
I am having difficulty to perform a query in an external Tinyerp Restapi to consult and include requests via an app created in my company, some difficulty is to use json because I am new to xamrin…
-
0
votes3
answers1009
viewsA: How to make a Useful days rule in Asp.net and C#?
public static List<Cliente> CheckRCEmail(string empresa, string data) { List<Cliente> clientes = new List<Cliente>(); LeadLoversAPI llapi = new LeadLoversAPI(); var ano =…
-
0
votes3
answers1009
viewsA: How to make a Useful days rule in Asp.net and C#?
public static List<Cliente> CheckRCEmail(string empresa, string data) { List<Cliente> clientes = new List<Cliente>(); LeadLoversAPI llapi = new LeadLoversAPI(); var contasReceber =…
-
0
votes3
answers1009
viewsQ: How to make a Useful days rule in Asp.net and C#?
good afternoon I am wanting to create a billing email sending rule that when there is a holiday he considers the next day and if it is Sunday he performs the task on Tuesday. Today the system uses a…
-
0
votes1
answer84
viewsA: Problems loading a modal modal pop up with custom 404 error
I found the bug, as @Leandro Angelo said the java script was trying to load an id from a controller Follows the correction of the code: @model IEnumerable<macpartner.Models.LeadCashBack> @{…
-
0
votes1
answer84
viewsQ: Problems loading a modal modal pop up with custom 404 error
Hello I generated some error pages in my application in mvc, however I realized that this giving error when I try to load a modal, instead of it load my modal it loads the page of error 404 follow…
-
0
votes1
answer59
viewsQ: How do I activate Timespan with a set time
I wanted to do a Timespan set, like this from 8:00 to 8:10 and after 16:00 to 16:10 he keeps sending a message that I created, outside of these times is not to appear. var startTimeSpan =…