Hi all,
I have made a buffer (project area) from roads that I would like to add to feature layer. I need to programmatically enter a start date, finish date and Name of project. I am trying the code below with an empty feature layer (made only to collect the buffers created) that already has the three attributes described up. Any idea?
featurelayerProject<SPAN class="punctuation token">.</SPAN><SPAN class="token function">applyEdits</SPAN><SPAN class="punctuation token">(</SPAN><SPAN class="punctuation token">[</SPAN>geometry<SPAN class="punctuation token">]</SPAN><SPAN class="punctuation token">,</SPAN> <SPAN class="keyword token">null</SPAN><SPAN class="punctuation token">,</SPAN> <SPAN class="keyword token">null</SPAN><SPAN class="punctuation token">)</SPAN><SPAN class="punctuation token">;</SPAN><SPAN class="line-numbers-rows"><SPAN></SPAN></SPAN>