Hello. I'm trying to create a new field (motivo_code) when fixing an incident but it generates error (mismatch in start and end of tags) when testing it. What could it be failing at?
You're missing a closing tag </attribute> right above for resolution code
</attribute>
thanks for the information. I did the above but now I get another mistake.
send my code
I clarify that the error that comes out is when selecting or create any incidents because the compilation is clean
I added the new field to the new state but I still have the same error.
I think you didn't define the field if I check the XML above? (under <fields> )?
<fields>
Yes, thanks. I solved it.
Log in to post a comment.
Hello. I'm trying to create a new field (motivo_code) when fixing an incident but it generates error (mismatch in start and end of tags) when testing it. What could it be failing at?
Last edit: Delia 2022-03-30
You're missing a closing tag
</attribute>
right above for resolution codethanks for the information. I did the above but now I get another mistake.
send my code
Last edit: Delia 2022-03-30
Last edit: Delia 2022-03-30
I clarify that the error that comes out is when selecting or create any incidents because the compilation is clean
Last edit: Delia 2022-03-30
I added the new field to the new state but I still have the same error.
I think you didn't define the field if I check the XML above? (under
<fields>
)?Yes, thanks. I solved it.